標題:
if...else
[打印本頁]
作者:
tonyh
時間:
2020-7-25 13:46
標題:
if...else
本帖隱藏的內容需要回復才可以瀏覽
作者:
蔡幸融
時間:
2020-7-25 14:19
score=float(input("請輸入你的成績: "))
if(score>=60):
print("及格!")
else:
print("不及格!")
複製代碼
作者:
林侑成
時間:
2020-9-12 13:13
score=float(input("your score: "))
if(score>=60):
print("及格")
else:
print("不及格")
複製代碼
作者:
吳孟修
時間:
2020-9-12 13:14
score=float(input("請輸入你的成績: "))
if(score>=60):
print("恭喜你!及格了!")
else:
print("不及格~斬!")
複製代碼
作者:
吳孟書
時間:
2020-9-12 13:15
s=float(input("請輸入成績"))
if(s>=60):
print("及格")
else:
print("不及格")
複製代碼
作者:
洪寬瀧
時間:
2020-9-12 13:15
score=float(input("請輸入你的成績:"))
if(score>=60):
print("及格了!!!")
else:
print("不及格!!")
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2