Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

modify string lower case in python

#The lower() method returns the string in lower case:

a = "Hello, World!"
print(a.lower())

#plz like if found helpful or tell me about my mistakes in comment
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #modify #string #case #python
ADD COMMENT
Topic
Name
9+6 =