Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to convert lower case to upper case in python

a = "Hello, World!"
print(a.upper())
#output: HELLO, WORLD!
Source by www.kdnuggets.com #
 
PREVIOUS NEXT
Tagged: #convert #case #upper #case #python
ADD COMMENT
Topic
Name
3+9 =