How will you capitalize the first letter of string?
Answer Posted / glibwaresoftsolutions
Python's capitalize() method capitalizes the first letter of a string. It gives back the original text if the string starts with a capital letter already.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What's the difference between list and tuples?
How to save an image when you know the url?
What is index out of range error?
What does static pressure mean?
Guess the output?
How is python used in the real world?
How do you check the presence of the key in python dictionary?
Is it worth to learn python in 2019?
What is the best python interpreter?
Is self a keyword in python?
How do I use xrange in python 3?
How do you break a while loop?
How to copy an object in python?
What is sphinx python?
What does all do in python?