OverIQ.com
Run (or Hit F9)
s = 'A bite of python' print(s.islower()) print("abc".islower()) print(s.isupper()) print("ABC".isupper())