📜  如何在python代码示例中检查文本是否为大写

📅  最后修改于: 2022-03-11 14:46:33.690000             🧑  作者: Mango

代码示例2
a="DEMO"
print(a.isupper())