<languages />
❮字符串方法
大写字符串:
txt = "Hello my friends" x = txt.upper() print(x)
The upper() 方法返回一个字符串,其中所有字符均大写。
upper()
符号和数字将被忽略。
string.upper()
没有参数