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封裝函式
- 函式: 函式是怎麼使用的?函式
- excel index match 函式怎麼用ExcelIndex函式
- python的input函式出錯怎麼辦Python函式
- python的print函式不要換行怎麼寫Python函式
- python函式超時怎麼自動退出?Python函式
- Python中open函式怎麼操作檔案Python函式
- Python的sorted函式應用Python函式
- 函式進階· 第3篇《常用內建函式filter()、map()、zip(),怎麼用的呢?》函式Filter
- 【虛擬函式】C++中虛擬函式的作用是什麼?它應該怎麼用呢?[轉]函式C++
- 什麼是Python函式?如何定義函式?Python函式
- 節流函式怎麼寫?函式
- python的int怎麼用Python
- 『無為則無心』Python函式 — 28、Python函式的簡單應用Python函式
- python中calss(類)的使用,類的教程,類中的函式怎麼呼叫。Python函式
- postgresql中怎麼檢視函式SQL函式
- python mmap()函式是什麼?Python函式
- python3中reload()函式報錯怎麼解決Python函式
- python3程式碼中函式切割列表怎麼實現?Python函式
- python api怎麼用PythonAPI
- 用Python學《微積分B》(多元函式的微分)Python函式
- 黑猴子的家:python 函式是什麼?Python函式
- [譯]JS箭頭函式三連問:為何用、怎麼用、何時用JS函式
- 高階函式,你怎麼那麼漂亮呢!函式
- python函式過載是什麼?Python函式
- Python3 函式是什麼Python函式
- 短文2:用 pcntl_fock 函式淺談多程式怎麼回事函式
- 「python函式:」給定一個函式,怎麼在不修改原始碼的前提下,實現函式執行前和執行後輸出Python函式原始碼
- python中id()函式、zip()函式、map()函式、lamda函式Python函式
- gethostbyname函式和getservbyname函式的應用函式
- Python hasattr() 函式 // python中hasattr()、getattr()、setattr()函式的使用Python函式
- Python的魔法函式Python函式
- python的常用函式Python函式