Commit d148da05 by BellCodeEditor

auto save

parent 3f0f2c17
Showing with 7 additions and 3 deletions
class student(): class student():
def __init__(self) def __init__(self)
self.name=250 self.name=250
self.fase=213 self.hieght=213
self.home=513 self.wieght=513
zhanganqing=student() zhanganqing=student()
print(zhanganqing.home) zhaozixuan=student()
fangyuhan=student()
print(zhanganqing.name)
print(zhaizixuan.hieght)
print(fangyuhan.wieght)
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