Commit 194760a1 by BellCodeEditor

auto save

parent 6f06c33d
Showing with 3 additions and 3 deletions
...@@ -9,5 +9,5 @@ def upgrade(): ...@@ -9,5 +9,5 @@ def upgrade():
jing.levle=jing.levle+1 jing.levle=jing.levle+1
jing.hp=jing.hp+50 jing.hp=jing.hp+50
jing.attack=jing.attack+10 jing.attack=jing.attack+10
upgrade() upgrade()
print(jing.hp) print(jing.levle)
\ No newline at end of file \ 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