Why we use islower( ) method in python?
Answers
Answered by
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”.
The isupper() methods returns “True” if all characters in the string are uppercase, Otherwise, It returns “False”.
Similar questions