A

Admin • 833K Points
Coach

Q. Which method converts a string to lowercase?

Code:
'HELLO'._____()
  • (A) lower()
  • (B) uppercase()
  • (C) downcase()
  • (D) lowercase()
  • Correct Answer - Option(A)
  • Views: 24
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

`lower()` converts strings to lowercase.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.