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

  4. @author: student
  5. """

  6. name,score="kenny",100
  7. print("{}的成績為{}分".format(name,score))
複製代碼

TOP

返回列表