How will you check in a string that all characters are in lowercase ?



How will you check in a string that all characters are in lowercase ?..

Answer / Rajnish Kumar Singh

To check if all characters in a string are lowercase, you can use the islower() method: `'your_string'.islower()`

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Django Python Interview Questions

What does super () do?

1 Answers  


Is django used in machine learning?

1 Answers  


What is ORM ? Advantages of ORM ?

1 Answers  


What is render_to_response in django?

1 Answers  


What is numpy?

1 Answers  


What are ‘signals’?

1 Answers  


Why it need to be create a virtual environment before staring an project in django ?

1 Answers  


What is httpresponse in django?

1 Answers  


How do you connect your django project to the database?

1 Answers  


When and who create django?

1 Answers  


How will you check in a string that all characters are in lowercase ?

1 Answers  


What is csrf vulnerability?

1 Answers  


Categories