demo_ref_string_isupper.py:
txt = "THIS IS NOW!" x = txt.isupper() print(x)
C:\Users\My Name>python demo_string_isupper.py
True