Commit 9cef9d5e by BellCodeEditor

auto save

parent a77da517
Showing with 1 additions and 1 deletions
......@@ -4,7 +4,7 @@ class Hero:
s.name=name
s.hp=hp
s.attack=attack
yase=Hero("亚瑟",300,20)
def u():
yase.level=yase.level+1
yase.hp=yase.hp+50
......
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