Gxlsystem TIY Editor
Gxlsystem 在线教程
改变方向
暗黑模式
python_ref_string_isupper_2.py:
a = "Hello World!" b = "hello 123" c = "MY NAME IS BILL" print(a.isupper()) print(b.isupper()) print(c.isupper())