Commit 77d2cf2d by BellCodeEditor

auto save

parent 6284ec70
Showing with 13 additions and 0 deletions
class hero:
def __init__(self,q,d,f,j):
self.name= q
self.xueliang = d
self.dengji = f
self.lan = j
fantan = hero('反弹过',445,456,98)
ouke = hero('欧克就很牛逼',987,768,87)
iu = hero('破iu一头热我去阿斯顿法国红酒看来美女吧',7896,987,98)
print(fantan.name)
print(ouke.name)
print(iu.name)
\ No newline at end of file
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