Answers for "how to tell if a letter ina string is upper case of lower case python"

1

how to check if text is in upper case in python

Text = "python is easy"
print(Text.isupper())
Posted by: Guest on October-12-2021

Code answers related to "how to tell if a letter ina string is upper case of lower case python"

Python Answers by Framework

Browse Popular Code Answers by Language