返回列表 發帖
  1. a=int(input("請輸入國文成績: "))
  2. if(a>=60):
  3.     print('及格')
  4. else:
  5.     print('不及格')   
複製代碼

TOP

返回列表