python的upper函式怎麼用
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!!!
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/200/viewspace-2835603/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- python中upper函式的用法是什麼?Python函式
- Mysql 常用函式(15)- upper 函式MySql函式
- python中的find函式怎麼用Python函式
- Python中randrange()函式怎麼用?Python函式
- mysql中的if函式怎麼用MySql函式
- python怎麼封裝函式Python封裝函式
- python的input函式出錯怎麼辦Python函式
- 函式: 函式是怎麼使用的?函式
- excel index match 函式怎麼用ExcelIndex函式
- python的print函式不要換行怎麼寫Python函式
- python函式超時怎麼自動退出?Python函式
- Python中open函式怎麼操作檔案Python函式
- 『無為則無心』Python函式 — 28、Python函式的簡單應用Python函式
- 函式進階· 第3篇《常用內建函式filter()、map()、zip(),怎麼用的呢?》函式Filter
- 什麼是Python函式?如何定義函式?Python函式
- MySQL常用的字元函式:length,cancat,substr(substring),instr,trim,upper,lower,lpad,rpad,replaceMySql字元函式
- python3中reload()函式報錯怎麼解決Python函式
- python中calss(類)的使用,類的教程,類中的函式怎麼呼叫。Python函式
- python的int怎麼用Python
- python mmap()函式是什麼?Python函式
- 節流函式怎麼寫?函式
- 黑猴子的家:python 函式是什麼?Python函式
- python3程式碼中函式切割列表怎麼實現?Python函式
- Python hasattr() 函式 // python中hasattr()、getattr()、setattr()函式的使用Python函式
- Python的魔法函式Python函式
- python的常用函式Python函式
- python(python中的super函式、)Python函式
- Python3 函式是什麼Python函式
- python函式過載是什麼?Python函式
- python中id()函式、zip()函式、map()函式、lamda函式Python函式
- 『無為則無心』Python函式 — 25、Python中的函式Python函式
- postgresql中怎麼檢視函式SQL函式
- python內建函式-eval()函式與exec()函式的區別Python函式
- Python 函式Python函式
- Python函式Python函式
- Python 偏函式介紹及應用Python函式
- python函式的定義和呼叫是什麼?Python函式
- python api怎麼用PythonAPI