.isupper() String Method in Python
.isupper() String Method in Python
In this Python tutorial, we are going to learn how to use the .isupper() string method in Python. The .isupper() string method looks in the string to see if all the letters in the string are uppercase if they are then the method returns a boolean of True and if there is one or more lowercase letters then method returns a Boolean of False. In the .isupper() string method numbers and special…
View On WordPress

















