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 |
Tell me about a few string operations in python?
What is tuple play?
Is django an ide?
Name different types of inheritance in python?
Is python slower than c?
How can you copy an object in Python?
What are python libraries? Name a few of them.
How will you compare two lists?
What is whitespace in python?
What does none mean in python?
What is the interactive mode?
What is == in python?