Commit 3591ebe3 by BellCodeEditor

save project

parent 7965eb7f
Showing with 6 additions and 2 deletions
......@@ -10,4 +10,8 @@ k=Hero('K',5600,199)
print(yase.attack)
print(hy.attack)
print(k.attack)
print(upgrade)
\ No newline at end of file
def upgrade():
yase.hp+=50
yase.level+=1
yase.attack+=4
upgrade()
\ 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