πŸ“Š Python
Q. Which method converts a string to lowercase?
  • (A) str.lower()
  • (B) str.down()
  • (C) str.min()
  • (D) str.low()
πŸ’¬ Discuss
βœ… Correct Answer: (A) str.lower()

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

Explanation by: Mr. Dubey
`lower()` converts all characters in a string to lowercase.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
45
Total Visits
πŸ“½οΈ
8 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
99%
Success Rate