upper() 用于把字符串中的小写字母转换成大写字母
In [1]: str = "Hello World" In [2]: str.upper() Out[2]: 'HELLO WORLD'
upper() 用于把字符串中的小写字母转换成大写字母
In [1]: str = "Hello World" In [2]: str.upper() Out[2]: 'HELLO WORLD'
下一篇:Python 流程控制:for
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M