Answers for "pyhton check uppercase"

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

Python Answers by Framework

Browse Popular Code Answers by Language