demo_ref_string_isupper.py:
txt = "THIS IS NOW!" x = txt.isupper() print(x)
➜ begtut>python demo_string_isupper.py
True