Answers for "if string contains uppercase] 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 "if string contains uppercase] python"

Python Answers by Framework

Browse Popular Code Answers by Language