Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

capitalizing first letter of each word in python

text = "this is an example text"
print(text.title())
Source by www.programiz.com #
 
PREVIOUS NEXT
Tagged: #capitalizing #letter #word #python
ADD COMMENT
Topic
Name
3+2 =