Commit 42d3ab1b by BellCodeEditor

save project

parent b1a33500
Showing with 5 additions and 2 deletions
......@@ -11,4 +11,7 @@ def upgrade():
yase.hp=yase.hp+50
yase.attack=yase.attack+5
upgrade()
\ No newline at end of file
upgrade()
print(yase.level)
print(yase.hp)
print(yase.attack)
\ 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