Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python string to lowercase

# String to Lowercase by Matthew Johnson
myStr = "LetS FiX ThiS."
print(myStr.lower())
#OUTPUT: "lets fix this."
Source by www.codecademy.com #
 
PREVIOUS NEXT
Tagged: #python #string #lowercase
ADD COMMENT
Topic
Name
6+4 =