Answers for "can we use lower function on a variable in python"

3

python string to lower

str = 'heLLo WorLD'
print(str.lower())
# hello world
Posted by: Guest on October-26-2020

Code answers related to "can we use lower function on a variable in python"

Python Answers by Framework

Browse Popular Code Answers by Language