返回列表 發帖
  1. # -*- coding: utf-8 -*-
  2. """
  3. Spyder Editor

  4. This is a temporary script file.
  5. """
  6. score=int(input("請輸入你的分數: "))
  7. print(score)
複製代碼

TOP

返回列表