Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to make capitalize text in python

x = txt = 'hi this is hussein asadi from iran '

x = txt.capitalize()

print (x)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #capitalize #text #python
ADD COMMENT
Topic
Name
1+6 =