[ad_1]
word = 'testWord'
word = word[0].upper() + word[1:]
0
[ad_2]
solved Capitalize only first word and leave rest as it is python [duplicate]
[ad_1]
word = 'testWord'
word = word[0].upper() + word[1:]
0
[ad_2]
solved Capitalize only first word and leave rest as it is python [duplicate]