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 tools can be used to unit test your python code?
Is python numpy better than lists?
How do I create a variable number of variables?
What is a function for flatten an irregular list of lists?
What is frozen set in python 3?
What is slicing in python?
how do you reverse a list in python?
Explain what is a flask? What are its benefits?
Are pandas distributed?
What command do we use to debug a python program?
Tell me what is the command to debug a python program?
What is time sleep in python?