Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to check if text is in upper case in python

# plz suscribe to my youtube channel -->
# https://www.youtube.com/channel/UC-sfqidn2fKZslHWnm5qe-A

Text = "python is easy"
print(Text.isupper())
 
PREVIOUS NEXT
Tagged: #check #text #upper #case #python
ADD COMMENT
Topic
Name
1+4 =