您现在的位置是:课程教程文章

python的upper函数怎么用

2023-12-18 21:28课程教程文章 人已围观

Python upper() 方法将字符串中的小写字母转为大写字母。

upper()方法语法:

str.upper()

参数

NA。

返回值

返回小写字母转为大写字母的字符串。

实例

以下实例展示了 upper()函数的使用方法:

str = "this is string example....wow!!!";
print "str.upper() : ", str.upper()

输出结果

str.upper() :  THIS IS STRING EXAMPLE....WOW!!!

python学习网,大量的免费python学习视频,欢迎在线学习!

课程教程:python的upper函数怎么用

上一篇:python输出如何不换行?

下一篇:没有了

站点信息

  • 文章统计篇文章