返回列表 發帖
  1. # -*- coding: utf-8 -*-
  2. """
  3. Created on Sat Feb  1 11:50:10 2020

  4. @author: student
  5. """
  6. score=input("請輸入你的成績:")
  7. print(score)
複製代碼

TOP

返回列表