標題:
if...else
[打印本頁]
作者:
tonyh
時間:
2022-3-26 15:31
標題:
if...else
本帖最後由 tonyh 於 2022-3-26 15:40 編輯
score=input("請輸入你的成績: ")
score=float(score)
if score>=60:
print("恭喜你!及格了!")
else:
print("不及格~斬!")
複製代碼
作者:
郭詩瑜
時間:
2022-3-26 15:57
score = int(input("Entre your score :"))
if (score >= 60):
print("Nice Work")
else:
print("Improve Next Time")
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2