Commit 86ac5c43 by BellCodeEditor

auto save

parent f47689a4
Showing with 12 additions and 0 deletions
class student():
def __init__(self):
self.name="sb"
self.hieght=250
self.wieght=250
wanghanling=student()
luohaoen=student()
liyanqing=student()
print(wanghanling.name)
print(luohaoen.hieght)
print(liyanqing.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