Board logo

標題: if...else [打印本頁]

作者: tonyh    時間: 2020-7-25 13:46     標題: if...else



本帖隱藏的內容需要回復才可以瀏覽

作者: 蔡幸融    時間: 2020-7-25 14:19

  1. score=float(input("請輸入你的成績: "))
  2. if(score>=60):
  3.     print("及格!")
  4. else:
  5.     print("不及格!")
複製代碼

作者: 林侑成    時間: 2020-9-12 13:13

  1. score=float(input("your score: "))
  2. if(score>=60):
  3.     print("及格")
  4. else:
  5.     print("不及格")
複製代碼

作者: 吳孟修    時間: 2020-9-12 13:14

  1. score=float(input("請輸入你的成績: "))
  2. if(score>=60):
  3.     print("恭喜你!及格了!")
  4. else:
  5.     print("不及格~斬!")
複製代碼

作者: 吳孟書    時間: 2020-9-12 13:15

  1. s=float(input("請輸入成績"))
  2. if(s>=60):
  3.     print("及格")
  4. else:
  5.     print("不及格")
  6.    
複製代碼

作者: 洪寬瀧    時間: 2020-9-12 13:15

  1. score=float(input("請輸入你的成績:"))
  2. if(score>=60):
  3.    print("及格了!!!")
  4. else:
  5.    print("不及格!!")
複製代碼





歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/) Powered by Discuz! 7.2