[問題] 請問怎麼解此題?

作者: femlro (母豬教謀神異端審問官1.5)   2015-06-08 07:55:11
Instructions
On line 2, fill in the if statement to check if answer is greater than 5.
On line 4, fill in the elif so that the function outputs -1 if answer is less
than 5.
def greater_less_equal_5(answer):
if ________:
return 1
elif ________:
return -1
else:
return 0
print greater_less_equal_5(4)
print greater_less_equal_5(5)
print greater_less_equal_5(6)
這是codecademy的題目
想問if
return 1是什麼意思?
return -1又是什麼意思?
return 0又是什麼意思?
Tks!
作者: alibuda174 (阿哩不達)   2015-06-08 08:47:00
就是回傳1 -1 0啊,分別代表參數與5的三種大小關係
作者: cpper (韓立)   2015-06-08 09:50:00
你的問題不在-1,1,0是什麼意思?而在你看不懂英文你該進修的除了Python外,還有英文題目英文已經說明得一清二楚,還要問意思?
作者: infit (法蘭克)   2015-06-08 11:19:00
沒難度
作者: math99 (新世界)   2015-06-08 12:45:00
靠杯 原 po 讓我笑好久 給你推
作者: fineaisa (=-=)   2015-06-08 13:43:00
要不要考慮先看中文書啊…
作者: Hikkiaholic (= =a)   2015-06-08 14:53:00
XD 不過coeacademy有題目喔?? 一直不知道只知道有教學 有人能給題目連結嗎?
作者: Neisseria (Neisseria)   2015-06-08 17:24:00
作者: AndCycle (AndCycle)   2015-06-08 18:26:00
老實說這樣就看不懂後面你每題都會上來問, 不會有人理你
作者: infit (法蘭克)   2015-06-08 19:02:00
明明coursera forum上都有答案說錯是codecademy

Links booklink

Contact Us: admin [ a t ] ucptt.com