A

Admin • 828.03K Points
Coach

Q. Which of the following functions converts a string to lowercase?

  • (A) lower()
  • (B) toLower()
  • (C) downcase()
  • (D) caseLower()
  • Correct Answer - Option(A)
  • Views: 4
  • Filed under category Python
  • Hashtags:

Explanation by: Admin
The lower() method converts all characters of a string to lowercase.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.