Commit acb35ec2 by BellCodeEditor

save project

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