1樓:匿名使用者
def moon_weight(startw,addw):
end_weight = startw
for i in range(15):
end_weight +=addw
print '',i+1,'年後,月球上體重:', end_weight*0.165,',地球上體重:',end_weight
def moon_weight2(startw,addw,year):
end_weight = startw
for i in range(year):
end_weight +=addw
print '',i+1,'年後,月球上體重:', end_weight*0.165,',地球上體重:',end_weight
def moon_weight3():
startw = int(raw_input('please enter your current earth weight:\n'))
addw = int(raw_input('please ebter the amount your weight might increase each year:\n'))
year = int(raw_input('please enter the number of years:\n'))
end_weight = startw
for i in range(year):
end_weight +=addw
print '',i+1,'年後,月球上體重:', end_weight*0.165,',地球上體重:',end_weight
moon_weight(10,2)
moon_weight2(10,2,4)
moon_weight3()
#3個moon_weight,print:
moon_weight
1 年後,月球上體重: 1.98 ,地球上體重: 12
2 年後,月球上體重: 2.31 ,地球上體重: 14
3 年後,月球上體重: 2.64 ,地球上體重: 16
4 年後,月球上體重: 2.97 ,地球上體重: 18
5 年後,月球上體重: 3.3 ,地球上體重: 20
6 年後,月球上體重: 3.63 ,地球上體重: 22
7 年後,月球上體重: 3.96 ,地球上體重: 24
8 年後,月球上體重: 4.29 ,地球上體重: 26
9 年後,月球上體重: 4.62 ,地球上體重: 28
10 年後,月球上體重: 4.95 ,地球上體重: 30
11 年後,月球上體重: 5.28 ,地球上體重: 32
12 年後,月球上體重: 5.61 ,地球上體重: 34
13 年後,月球上體重: 5.94 ,地球上體重: 36
14 年後,月球上體重: 6.27 ,地球上體重: 38
15 年後,月球上體重: 6.6 ,地球上體重: 40
moon_weight2
1 年後,月球上體重: 1.98 ,地球上體重: 12
2 年後,月球上體重: 2.31 ,地球上體重: 14
3 年後,月球上體重: 2.64 ,地球上體重: 16
4 年後,月球上體重: 2.97 ,地球上體重: 18
moon_weight3
please enter your current earth weight:
11please ebter the amount your weight might increase each year:
1please enter the number of years:
31 年後,月球上體重: 1.98 ,地球上體重: 12
2 年後,月球上體重: 2.145 ,地球上體重: 13
3 年後,月球上體重: 2.31 ,地球上體重: 14
2樓:
def fangfa(old,add,year=1):
new = old
for i in range(year):
new=new+add
return new
def main():
old = input("please enter your current earth weight")
add = input("please ebter the amount your weight might increase each year")
year = input("please enter the number of years")
print fangfa(old,add,year)
關於python程式設計的問題,關於python程式設計的一個問題。
cmp 在進行物件比較的時候python會自動呼叫。in的時候首先會比較引用,引用不對的時候會呼叫 cmp 函式 你可以去看看dive into python 請問python程式設計中的一個問題? 求你別開腔 1 str1 1 print str1 可以輸入print type str1 檢視其型...
婦產科問題,婦產科問題一共三個問題
b超 孕20周左右,醫院要求必須做一次,目的是排除胎兒畸形 孕34周做一次,輔助骨盆測定的結果,判斷胎兒大小,確定是否可以順產 孕末期40周做一次 每月做一次血 尿常規檢查。孕期必須做一次心電圖 糖尿病篩查 尿碘篩查。37周以後每週一次胎心監護。 停經45天左右先到醫院做個彩超檢檢視下孕囊的發育情況...
《終極三國》一共多少級
好像45集吧,具體要不要再繼續演,就不知道了,不過之前有說過要拍45集 親愛的終極三國粉絲,您好 終極三國還沒有出完 還沒有殺青呢 據說在12月底殺青喔 多少集我不知道.但是我肯定一定比終極一家多.每集長65分鐘.終極三國現階段出到了42集 第三季 了喔 每週星期五晚上更新一集 大約22 40就可以...