Answers for "django check string is uppercase"

2

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 "django check string is uppercase"

Python Answers by Framework

Browse Popular Code Answers by Language