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

  • (A) lower()
  • (B) toLower()
  • (C) downcase()
  • (D) caseLower()
πŸ’¬ Discuss
βœ… Correct Answer: (A) lower()
Explanation: The lower() method converts all characters of a string to lowercase.
Explanation by: Ankit Singh
The lower() method converts all characters of a string to lowercase.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
51
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Ankit Singh
Publisher
πŸ“ˆ
87%
Success Rate