Commit 060cf5d9 by BellCodeEditor

save project

parent fcbe7a45
Showing with 2 additions and 1 deletions
...@@ -9,5 +9,5 @@ def up(): ...@@ -9,5 +9,5 @@ def up():
e.hp=hp+900 e.hp=hp+900
e.attack=attack+900 e.attack=attack+900
e=Hero("e",1200,1400) e=Hero("e",1200,1400)
upgrade(e) upgrade()
print(e.hp) print(e.hp)
\ 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