Commit dfcea787 by BellCodeEditor

auto save

parent 2262af42
Showing with 7 additions and 7 deletions
......@@ -14,9 +14,9 @@ upgrade()
upgrade()
print("二次升级后:",yase.hp)
# yase=Hero('yase',300,20)
# hy=Hero('hy',250,23)
# k=Hero('K',5600,199)
# print(yase.attack)
# print(hy.attack)
# print(k.attack)
\ No newline at end of file
yase=Hero('yase',300,20)
hy=Hero('hy',250,23)
k=Hero('K',5600,199)
print(yase.attack)
print(hy.attack)
print(k.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