How will you capitalize the first letter of string?
Answer Posted / hr@tgksolutions.com
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
Is django an ide?
How is unit test done in python?
Why do u want this job?
Is upper in python?
How to get a list of class attributes in python?
What does == mean?
What is the other way of checking truthiness?
Is nodejs faster than python?
What happened if we call a key that is not present in dictionary and how to tackle that kind of error ?
How to get all keys from dictionary ?
Is python interpreted language?
What tools can help find bugs or perform the static analysis?
What is with open in python?
Shade some light on the modes in python programming environment.
How do I generate random numbers in python?