Python學習之專用英語篇(2)
原文連結:本辦法學Python
符號英文名稱
+ plus 加號
- minus 減號
/ slash 斜槓
* asterisk 星號
,comma 逗號
% percent 百分號
()parenthesis 圓括號
< less-than 小於號
<= less-than-equal 小於等於號
format string 格式化字串
%s
%d
%r 它的意思是不管什麼都列印出來
x = "There are %d types of people." % 10
binary = "binary"
do_not = "don't"
y = "Those who know %s and those who %s." % (binary, do_not)
print x
print y
print "I said: %r." % x
print "I also said: '%s'." % y
hilarious = False
joke_evaluation = "Isn't that joke so funny?! %r"
print joke_evaluation % hilarious
w = "This is the left side of..."
e = "a string with a right side."
print w + e
執行結果
>>> print(x)
There are 10 types of people.
>>> print(y)
Those who know binary and those who don't.
>>> print("I said:%r."%x)
I said:'There are 10 types of people.'.
>>> print("I also said:'%s'."%y)
I also said:'Those who know binary and those who don't.'.
>>> print("I also said:%r."%y)
I also said:"Those who know binary and those who don't.".
相關文章
- 密碼學之專業英語密碼學
- 英語學習
- 金融英語學習
- 基本英語的學習與掌握 - 英語學習者的福音
- 機器學習之專業英語機器學習
- 學習Python數學英語基礎重要嗎?Python教程!Python
- 英語學習筆記筆記
- 英語學習匯萃
- 英語學習網站學習網站
- 學習Python,數學英語基礎很重要嗎?Python
- 新概念英語學習助手之全拆解教程
- 數學常用專業英語
- CSAPP英語學習系列:Chapter 2: 資料表示APPAPT
- 數學英語的基礎對學習Python重要嗎?Python
- 英語學習網站大全學習網站
- 英語不應該那麼學(正確的英語學習方法)
- 專為英語學習打造的影片播放器 DashPlayer播放器
- Python學習筆記(語法篇)Python筆記
- 老碼農教你學英語:補充一些英語學習素材
- 深度學習word2vec筆記之應用篇深度學習筆記
- 英語及口語學習路線圖
- CSAPP英語學習系列:OSTEPAPP
- CSAPP英語學習系列:PrefaceAPP
- 3月31日 英語學習
- 我的英語學習經驗
- 學習英語中的口訣
- 學習英語,首先還是要有學習的習慣
- 專為程式設計師編寫的英語學習指南程式設計師
- 乘風破浪,揚帆出海,專門為英語學習者設計的線上學習平臺之English Pod
- 查建英《國家公敵》的英語學習筆記筆記
- 大資料網站英語學習大資料網站
- 程式設計師英語學習指南程式設計師
- 英語達人們的學習方法
- 【12月英語——快樂中學習】
- 初級英語學習筆記01筆記
- 電大工商學位英語考試--閱讀理解練習2
- 基於AI的英語學習應用WordUp推出"幻想聊天"功能AI
- 英語語法(2) 冠詞