python_ref_string_isupper_1.py:
x
 
txt = "THIS IS NOW!"
x = txt.isupper()
print(x)