python capitalize first letter only
I am aware .capitalize() capitalizes the first letter of a string but what if the first character is a integer?
I am aware .capitalize() capitalizes the first letter of a string but what if the first character is a integer?