Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python capitalize first letter of string without changing the rest

string[0].upper() + string[1:]
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #capitalize #letter #string #changing #rest
ADD COMMENT
Topic
Name
2+5 =