源代码
a = "Hello World!" b = "hello 123" c = "MY NAME IS BILL" print(a.isupper()) print(b.isupper()) print(c.isupper())
运行结果