Answers for "how to check if string has one uppercase letter in it ypthon"

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 "how to check if string has one uppercase letter in it ypthon"

Python Answers by Framework

Browse Popular Code Answers by Language