Commit 13438f40 by BellCodeEditor

save project

parent 70850cf8
Showing with 9 additions and 0 deletions
class aa:
def __init__(self,denji,xueliang,gongji):
self.denji=denji
self.xueliang=xueliang
self.gongji=gongji
zz=aa(1,500,30)
xxs=aa(1,300,50)
print(zz.xueliang)
print(xxs.xueliang)
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