python中三個單引號是什麼意思
實際上3個單引號和3個雙引號不經常用,但是在某些特殊格式的字串下卻有大用處。通常情況下我們用單引號或者雙引號定義一個字串的時候只能把字串連在一起寫成一行,如果非要寫成多行,就得在每一行後面加一個表示連字元,比如:
str1 = "List of name: Hua Li Chao Deng"
而且即使你這樣寫也不能得到期望的輸出:
List of name: Hua Li Chao Deng
實際上輸出是下面這樣的:
>>> str1 = "List of name: ... Hua Li ... Chao Deng" >>> print(str1) List of name: Hua Li Chao Deng
3個引號還有一個特別棒的作用就是:加註釋!
>>> str1 = """ ... List of name: ... Hua Li # LiHua ... Chao Deng # DengChao ... """ >>> print(str1) List of name: Hua Li # LiHua Chao Deng # DengChao
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/3705/viewspace-2835577/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- python 是什麼意思Python
- fluent python是什麼意思Python
- Python是什麼意思?Python有什麼用?Python
- python 複數是什麼意思Python
- python中return是什麼意思?Python
- python中mat是什麼意思?Python
- python中global是什麼意思?Python
- Python是什麼意思?Python幹什麼用的?Python
- 在python裡int是什麼意思Python
- python裡面cv是什麼意思Python
- SQL 兩個冒號連用什麼意思?SQL
- ITIL是什麼意思?ITIL是什麼?
- 英文Python是什麼意思?學Python需要什麼基礎?Python
- 災備是什麼意思?怎麼簡單理解?
- 伺服器過白名單是什麼意思伺服器
- HTML是什麼意思?HTML
- Fastboot是什麼意思?ASTboot
- Python中的rad是什麼意思?Python
- python UDP程式設計是什麼意思?PythonUDP程式設計
- python資料處理是什麼意思Python
- 什麼是字串?Python中字串必須加引號嗎?字串Python
- C++ 這個語句中[&]是什麼意思C++
- 什麼是API介面,具體是什麼意思?API
- mysql中是什麼意思?MySql
- jquery庫是什麼意思jQuery
- JavaScript Token是什麼意思JavaScript
- js 中~~是什麼意思?JS
- 加簽是什麼意思?
- Python多執行緒是什麼意思?有什麼優勢?Python執行緒
- DHCP是什麼?DHCP伺服器是什麼意思?伺服器
- android開發 BaseAdapter中getView()裡的3個引數是什麼意思AndroidAPTView
- 原生IP是什麼意思?有什麼作用?
- python中單引號,雙引號,多引號區別Python
- C++中::是什麼意思C++
- mysql中的“=”是什麼意思MySql
- 動態ip是什麼意思?
- 低程式碼是什麼意思?
- 代理埠是什麼意思呢?