python中如何使用upper函数 python中upper函数的用法

主机教程 建站分享 2年前 (2022-11-20) 198次浏览

文章摘要:python中如何使用upper函数 python中upper函数的用法

在python中使用upper函数的方法 upper:upper()函数的作用是将字符串中的小写字母转为大写字 […]

在python中使用upper函数的方法

upper:upper()函数的作用是将字符串中的小写字母转为大写字母。

upper()函数语法:

str.upper()

upper()函数使用方法:

str = "hello world";

print "str.upper() : ", str.upper()

输出结果为:

str.upper() : HELLO WORLD


声明:
若非注明,本站文章源于互联网收集整理和网友分享发布,如有侵权,请联系站长处理。
文章名称:python中如何使用upper函数 python中upper函数的用法
文章链接:http://www.7966.org/post/15231.html
转载请注明出处

喜欢 (0)