How to Capitalize the First Letter in a Python String
How to Capitalize the First Letter in a Python String
In this tutorial, we are going to learn how to capitalize the first letter in a Python string. Of course you could just push the shift key when writing your string but we are programmers and we enjoy making things happen and there is also the time when you take a users input and you would like to capitalize that string in that situation we would not be able to use the shift key. In Python, we…
View On WordPress















