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 are “special” methods in python?
Explain between deep and shallow copy?
Why python is referred as glue code?
What is list constructor in python?
What is the difference between encapsulation and abstraction in python?
Is python better than java?
Explain help() and dir() functions in python?
Does python have private?
Why python is so popular?
What is map, filter and reduce in python?
What is flask?
What is python, what are the benefits of using it, and what do you understand of pep 8?