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 iq.opengenus.org #
 
PREVIOUS NEXT
Tagged: #capitalize #text #python
ADD COMMENT
Topic
Name
3+7 =