A

Admin • 833K Points
Coach

Q. Which method converts a string to lowercase?

  • (A) str.lower()
  • (B) str.down()
  • (C) str.min()
  • (D) str.low()
  • Correct Answer - Option(A)
  • Views: 22
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

`lower()` converts all characters in a string to lowercase.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.