源代码
txt = "THIS IS NOW!" x = txt.isupper() print(x)
运行结果