Commit 69d3e3bb by BellCodeEditor

auto save

parent 623fb1a6
Showing with 10 additions and 3 deletions
""" class Students:
请使用turtle模块画出五角星 def __init__(self,name,age,score):
""" self.level=1
self.name=name
self.age=age
self.score=score
wukong = Students("悟空",11,90)
nuoyi = Students("诺依",12,100)
print("悟空的成绩是:",wukong.score)
print("诺依的成绩是:",nuoyi.score)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment