Run »
txt = "THIS IS NOW!" x = txt.isupper() print(x)
True