说我有一个字符串.
该字符串可以更改它包含的字符.
例如 word = "UPPER£CASe"
word = "UPPER£CASe"
我如何测试字符串以查看字符串中的任何字符是否不是大写的.此字符串必须只包含大写字母,不能包含其他标点符号,数字,小写字母等.
python string python-3.x uppercase toupper
python ×1
python-3.x ×1
string ×1
toupper ×1
uppercase ×1