Python Programming - Standard Libraries - Discussion

Discussion Forum : Standard Libraries - General Questions (Q.No. 30)
30.
Which method is used to convert a string to a lowercase version?
str.lowercase()
str.lower()
str.to_lower()
str.casefold()
Answer: Option
Explanation:
The lower() method is used to convert a string to its lowercase version in Python.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.