Commit acb35ec2 by BellCodeEditor

save project

parent f3d66759
Showing with 16 additions and 10 deletions
......@@ -9,12 +9,18 @@ print(lixin.level)
print(lixin.hp)
print(lixin.attack)
suenmukong=hero(15,400,200)
print(suenmukong.level)
print(suenmukong.hp)
print(suenmukong.attack)
kai=hero(15,600,150)
print(kai.level)
print(kai.hp)
print(kai.attack)
\ No newline at end of file
def d:
lixin.level=lixin.level+1
lixin.hp=lixin.hp+1
lixin.attack=lixin.attack+1
d
d
d
d
d
d
d
d
d
d
d
\ 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