首页 >

python中upper函数含义? |python语言的基础知识

python 判断为整数,python numpy文档,gpu编程python,用python编写的软件,python 3.8.9,python blomfilter,python操作dbase,宝塔运行python,字符替换python,python循环存储,python语言的基础知识python中upper函数含义? |python语言的基础知识

语法

upper()方法语法:

str.upper()

参数

NA。

返回值

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

实例

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

#!/usr/bin/python

str="thisisstringexample….wow!!!"

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

以上实例输出结果如下:

str.upper():THISISSTRINGEXAMPLE….WOW!!!

实例扩展:

classA():

defgo(self):

print("goAgo!")

defstop(self):

print("stopAstop!")

defpause(self):

raiseException("NotImplemented")

classB(A):

defgo(self):

super(B,self).go()

print("goBgo!")

classC(A):

defgo(self):

super(C,self).go()

print("goCgo!")

defstop(self):

super(C,self).stop()

print("stopCstop!")

classD(B,C):

defgo(self):

super(D,self).go()

print("goDgo!")

defstop(self):

super(D,self).stop()

print("stopDstop!")

defpause(self):

print("waitD


python中upper函数含义? |python语言的基础知识
  • Python主目录为什么成为程序员必备技能? |python itertools.tee
  • Python主目录为什么成为程序员必备技能? |python itertools.tee | Python主目录为什么成为程序员必备技能? |python itertools.tee ...

    python中upper函数含义? |python语言的基础知识
  • 敲代码敲了两年想转行做销售了,请问有没有建议啊? - 网络|
  • 敲代码敲了两年想转行做销售了,请问有没有建议啊? - 网络| | 敲代码敲了两年想转行做销售了,请问有没有建议啊? - 网络| ...

    python中upper函数含义? |python语言的基础知识
  • python如何制作连点器? |wxpython打开文本
  • python如何制作连点器? |wxpython打开文本 | python如何制作连点器? |wxpython打开文本 ...