0
When I write the first line of code to say Hi, it won't get the H with a capital letter. I can't go to the next question.
python: problem with capital letters
3 Réponses
+ 1
try using .title
>>>"hi".title()
Hi
0
thx man!
0
vote me up! :D
python: problem with capital letters