Computer Science, asked by MONU5062, 1 year ago

Why we use islower( ) method in python?

Answers

Answered by 000khushi
1
In Python, isupper() is a built-in method used for string handling.
The isupper() methods returns “True” if all characters in the string are uppercase, Otherwise, It returns “False”.
Similar questions