python title是什麼
1、概念
是將每一個單詞的首字母大寫,並將單詞中的非首字母轉換為小寫(英文文章的標題通常是這種格式)。
title()函式並不去除字串兩端的空白符,也不會把連續的空白符替換為一個空格。
2、語法
str.title();
3、引數
NA。
4、返回值
返回"標題化"的字串,就是說所有單詞的首字母都轉化為大寫。
5、例項
>>> name = 'li qin' >>> name.title() 'Li Qin'
以上就是python title函式的介紹,對於字母的轉換方面,就不需要我們手動的去一一篩查了。更多Python學習指路:
(推薦作業系統:windows7系統、Python 3.9.1,DELL G3電腦。)
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/4662/viewspace-2830379/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 什麼是python?python有什麼用途?Python
- Python title()方法Python
- Python是什麼?為什麼要掌握python?Python
- Python是什麼意思?Python有什麼用?Python
- Python是什麼語言?Python底層語言是什麼?Python
- 什麼是Python?Python為什麼這麼搶手?Python
- Python是什麼意思?Python幹什麼用的?Python
- Python是什麼?為什麼Python受歡迎?Python
- python arange是什麼Python
- Python Logging是什麼?Python
- python 是什麼意思Python
- python rabbitmq是什麼PythonMQ
- python字典是什麼Python
- python re是什麼?Python
- python是什麼蛇Python
- python wheel是什麼Python
- 什麼是Python?Python前景怎麼樣?Python
- Python到底是什麼?為什麼要學Python?Python
- Python是什麼?為什麼這麼搶手?Python
- 【Python】__name__ 是什麼?Python
- python中loc是什麼Python
- python列表切片是什麼Python
- python是什麼課程Python
- python迭代器是什麼Python
- python語言是什麼Python
- python新式類是什麼Python
- spyder是python的什麼Python
- fluent python是什麼意思Python
- Python的列表是什麼Python
- Python是什麼?Python有哪些框架?Python框架
- 什麼是程式語言,什麼是Python直譯器Python
- 什麼是python?python為何這麼火?Python
- 英文Python是什麼意思?學Python需要什麼基礎?Python
- 什麼是Python?前景怎麼樣?Python
- python是什麼?與spyder有什麼聯絡?Python
- Java和Python是什麼?有什麼區別?JavaPython
- 什麼是python?與PHP有什麼區別?PythonPHP
- 什麼是Cython?和Python有什麼關係?Python