Advertisement
jabela

Upper Case Checker

Mar 1st, 2016
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. userID = input("Give me an UPPERCASE string: ")
  2. if userID.isupper():
  3. print("This string is UPPERCASE")
  4. else:
  5. print ("This is not an upper case string")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement