返回列表 發帖

基本輸入

本帖最後由 tonyh 於 2021-1-28 14:13 編輯

  1. score=input("請輸入你的成績: ")
  2. print(score)
複製代碼
  1. score=int(input("請輸入你的成績: "))
  2. print(score)
複製代碼

返回列表