返回列表 發帖

基本輸入

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

  1. score=int(input("Enter your score:"))
  2. print("Your Score is",score)
複製代碼

TOP

返回列表