Commit 192abc06 by BellCodeEditor

auto save

parent 57a32d3a
Showing with 8 additions and 5 deletions
class aaaaa: class aaaaa:
def __init__(self,l,h,a): def __init__(self,n,h,a):
self.l=1 self.l=1
self.h=300 self.n=n
self.a=20 self.h=h
self.a=a
aa=aaaaa aa=aaaaa('亚瑟',300,20)
print(aa.h) b=aaaaa('后羿',250,23)
print(aa.n,aa.h,aa.a)
print(b.n,b.h,b.a)
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