Python Programming - Data Types - Discussion

Discussion Forum : Data Types - General Questions (Q.No. 43)
43.
How do you convert a string to lowercase?
string.lower()
toLower(string)
string.lowercase()
lower(string)
Answer: Option
Explanation:
The lower() method is used to convert a string to lowercase in Python.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.