【Python爬蟲】-第二周作業(yè)(笨辦法學(xué)Python18-26)

習(xí)題18:
def print_two(*args):
arg1,arg2 = args
print("arg1:%r,arg2:%r" %(arg1,arg2))

def print_two_again(arg1,arg2):
print("arg1:%r,arg2:%r" %(arg1,arg2))

def print_one(arg1):
print("arg1:%r" % arg1)

def print_none():
print("I got nothin")

print_two("zed","shaw")
print_two_again("zed","shaw")
print_one("first!")
print_none()

Paste_Image.png

習(xí)題19:
def cheese_and_crackers(cheese_count,boxes_and_crackers):
print("you have cheese! %r" % cheese_count)
print("you have boxes and crackers! %d" % boxes_and_crackers)
print("man that's enough for a party!")
print("get a blanket.\n")
print("We can just give the function numbers directly:")
cheese_and_crackers (20,30)
print("We can use variables from our script:")
amount_of_cheese = 10
amount_of_crackers = 50

cheese_and_crackers(amount_of_cheese,amount_of_crackers)
print("We can even do math inside too:")
cheese_and_crackers(10+20,5+6)
print("And we can combine the two, variables and math:")
cheese_and_crackers(amount_of_cheese+100,amount_of_crackers+1000)
···

Paste_Image.png

···
習(xí)題20:
from sys import argv
script, input_file = argv
def print_all(f):
print(f.read())
def rewind(f):
f.seek(0)
def print_a_line(line_count, f):
print(line_count, f.readline())
current_file = open(input_file)
print("First let's print the whole file:\n")
print_all(current_file)
print("Now let's rewind, kind of like a tape.")
rewind(current_file)
print("Let's print three lines:")
current_line = 1
print_a_line(current_line, current_file)
current_line = current_line + 1
print_a_line(current_line, current_file)
current_line = current_line + 1
print_a_line(current_line, current_file)

Paste_Image.png

習(xí)題21
def add(a, b):
print("ADDING %d + %d" % (a, b))
return a + b
def subtract(a, b):
print("SUBTRACTING %d - %d" % (a, b))
return a - b
def multiply(a, b):
print("MULTIPLYING %d * %d" % (a, b))
return a * b
def divide(a, b):
print("DIVIDING %d / %d" % (a, b))
return a / b
print("Let's do some math with just functions!")
age = add(30, 5)
height = subtract(78, 4)
weight = multiply(90, 2)
iq = divide(100, 2)
print("Age: %d, Height: %d, Weight: %d, IQ: %d" % (age, height,weight, iq))
print("Here is a puzzle.")
what = add(age, subtract(height, multiply(weight, divide(iq,2))))
print("That becomes: ", what, "Can you do it by hand?")

Paste_Image.png

習(xí)題24:
print("let's practice everything.")
print("you'd need to know 'bout escapes with \ that do \n newlines and \t tabs.")

poem=""" \t The lovely world with logic so firmly planted cannot discern \n
the needs of love nor comprehend passion from intuition and requires an explanation
\n\twhere there is none."""

print("-------------")
print(poem)
print("-------------")

five=10-2+3-6
print("This should be five: %s" %five)

def secret_formula(started):
jelly_beans=started*500
jars=jelly_beans/1000
crates=jars/100
return jelly_beans,jars,crates

start_point=10000
beans, jars, crates=secret_formula(start_point)

print("With a starting point of:%d" % start_point)
print("We'd have %d beans, %d jars, and %d crates." % (beans, jars, crates))

start_point=start_point/10

print("We can also do that this way:")
print("We'd have %d beans, %d jars, and %d crates." % secret_formula(start_point))

Paste_Image.png

本周一直在加班各種忙的不行亮垫,今天周日休息驯杜,抓緊時(shí)間做了作業(yè)題,其實(shí)我只是在敲代碼栈戳,然后去執(zhí)行,發(fā)現(xiàn)錯(cuò)誤去改正哄酝,真正讓我去編代碼友存,估計(jì)差得還遠(yuǎn)折呢。
程序員的工作真的不容易呀陶衅!

25屡立、26沒有搞出來(lái),可能是我沒有理解題目的意思搀军。

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
  • 序言:七十年代末膨俐,一起剝皮案震驚了整個(gè)濱河市,隨后出現(xiàn)的幾起案子罩句,更是在濱河造成了極大的恐慌焚刺,老刑警劉巖,帶你破解...
    沈念sama閱讀 211,194評(píng)論 6 490
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件门烂,死亡現(xiàn)場(chǎng)離奇詭異乳愉,居然都是意外死亡,警方通過(guò)查閱死者的電腦和手機(jī)屯远,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 90,058評(píng)論 2 385
  • 文/潘曉璐 我一進(jìn)店門蔓姚,熙熙樓的掌柜王于貴愁眉苦臉地迎上來(lái),“玉大人慨丐,你說(shuō)我怎么就攤上這事坡脐。” “怎么了房揭?”我有些...
    開封第一講書人閱讀 156,780評(píng)論 0 346
  • 文/不壞的土叔 我叫張陵备闲,是天一觀的道長(zhǎng)。 經(jīng)常有香客問(wèn)我捅暴,道長(zhǎng)恬砂,這世上最難降的妖魔是什么? 我笑而不...
    開封第一講書人閱讀 56,388評(píng)論 1 283
  • 正文 為了忘掉前任伶唯,我火速辦了婚禮觉既,結(jié)果婚禮上惧盹,老公的妹妹穿的比我還像新娘乳幸。我一直安慰自己,他們只是感情好钧椰,可當(dāng)我...
    茶點(diǎn)故事閱讀 65,430評(píng)論 5 384
  • 文/花漫 我一把揭開白布粹断。 她就那樣靜靜地躺著,像睡著了一般嫡霞。 火紅的嫁衣襯著肌膚如雪瓶埋。 梳的紋絲不亂的頭發(fā)上,一...
    開封第一講書人閱讀 49,764評(píng)論 1 290
  • 那天,我揣著相機(jī)與錄音养筒,去河邊找鬼曾撤。 笑死,一個(gè)胖子當(dāng)著我的面吹牛晕粪,可吹牛的內(nèi)容都是我干的挤悉。 我是一名探鬼主播,決...
    沈念sama閱讀 38,907評(píng)論 3 406
  • 文/蒼蘭香墨 我猛地睜開眼巫湘,長(zhǎng)吁一口氣:“原來(lái)是場(chǎng)噩夢(mèng)啊……” “哼装悲!你這毒婦竟也來(lái)了?” 一聲冷哼從身側(cè)響起尚氛,我...
    開封第一講書人閱讀 37,679評(píng)論 0 266
  • 序言:老撾萬(wàn)榮一對(duì)情侶失蹤诀诊,失蹤者是張志新(化名)和其女友劉穎,沒想到半個(gè)月后阅嘶,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體属瓣,經(jīng)...
    沈念sama閱讀 44,122評(píng)論 1 303
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡,尸身上長(zhǎng)有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 36,459評(píng)論 2 325
  • 正文 我和宋清朗相戀三年讯柔,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了奠涌。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片。...
    茶點(diǎn)故事閱讀 38,605評(píng)論 1 340
  • 序言:一個(gè)原本活蹦亂跳的男人離奇死亡磷杏,死狀恐怖溜畅,靈堂內(nèi)的尸體忽然破棺而出,到底是詐尸還是另有隱情极祸,我是刑警寧澤慈格,帶...
    沈念sama閱讀 34,270評(píng)論 4 329
  • 正文 年R本政府宣布,位于F島的核電站遥金,受9級(jí)特大地震影響浴捆,放射性物質(zhì)發(fā)生泄漏。R本人自食惡果不足惜稿械,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 39,867評(píng)論 3 312
  • 文/蒙蒙 一选泻、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧美莫,春花似錦页眯、人聲如沸。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,734評(píng)論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽(yáng)。三九已至襟铭,卻和暖如春碌奉,著一層夾襖步出監(jiān)牢的瞬間短曾,已是汗流浹背。 一陣腳步聲響...
    開封第一講書人閱讀 31,961評(píng)論 1 265
  • 我被黑心中介騙來(lái)泰國(guó)打工赐劣, 沒想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留嫉拐,地道東北人。 一個(gè)月前我還...
    沈念sama閱讀 46,297評(píng)論 2 360
  • 正文 我出身青樓魁兼,卻偏偏與公主長(zhǎng)得像椭岩,于是被迫代替她去往敵國(guó)和親。 傳聞我的和親對(duì)象是個(gè)殘疾皇子璃赡,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 43,472評(píng)論 2 348

推薦閱讀更多精彩內(nèi)容