Commit 82a903b9 by BellCodeEditor

save project

parent 744560f6
Showing with 2 additions and 0 deletions
......@@ -4,4 +4,6 @@ class heor:
self.hp = 300
self.attack = 20
yase = heor()
print("yase的等级是:",yase.level)
print("yase的血量是:",yase.hp)
print("yase的攻击是:",yase.attack)
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