Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

convert string to lowercase Python

message = 'PYTHON IS FUN'

# convert message to lowercase
print(message.lower())

# Output: python is fun
Source by www.programiz.com #
 
PREVIOUS NEXT
Tagged: #convert #string #lowercase #Python
ADD COMMENT
Topic
Name
3+6 =