How will you capitalize the first letter of string?
Answer Posted / nashiinformaticssolutions
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 are cookies python?
Is c harder than python?
Why python language is called python?
Among lists,sets,tuples which is faster?
Is python list an array?
Mention at least 3-4 benefits of using python over the other scripting languages such as javascript.
What is python? What are the benefits of using python?
Is python dictionary a hash table?
Is python easy to learn if you know c++?
Write a small code to explain repr() in python ?
How to find methods or attributes of an object?
Difference between append vs. Extend list methods in python
What is design pattern in python?
How do I make python scripts executable?
What does exit () do in python?