How will you capitalize the first letter of string?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
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 |
What is class super?
What are the use of tuples in python?
How many hours does a python sleep?
What are the principal differences between the lambda and def?
What is python orm?
Is set iterable python?
Mention the use of the split function in Python?
How to walk through a list in a sorted order without sorting the actual list?
Explain python’s pass by references vs pass by value.
Can you sort a string in python?
What is the purpose of the pythonstartup environment variable?
Is haskell faster than python?