Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python string lower method

str1 = "HeLlO_wOrLd!"
str1.lower()
Output: 'hello_world!'
Source by www.codecademy.com #
 
PREVIOUS NEXT
Tagged: #python #string #method
ADD COMMENT
Topic
Name
5+5 =