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
How do I publish a package in python?
What is static in python?
How is Python used in web development?
What is the dictionary in Python?
What are string literals in python?
How do I apply a method to a sequence of objects?
How many types of loops are there in python?
How to avoid having class data shared among instances in python?
What is the maximum possible length of an identifier?
Does python has private keyword in python ? How to make any variable private in python ?
Write a program to find the max value from a list without using max()?
What does tuple mean?
What is the use of lambda in python?
Where do you use python programming? Can you describe in detail?
What is cgi in python?