Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to check if text is lower in python

Text = "python is easy"
print(Text.islower())
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #check #text #python
ADD COMMENT
Topic
Name
7+2 =