Commit 7d07f9c1 by BellCodeEditor

auto save

parent 4a72ba9c
Showing with 2 additions and 1 deletions
...@@ -2,7 +2,7 @@ class Hero: ...@@ -2,7 +2,7 @@ class Hero:
def_init_(self): def_init_(self):
self.clevel = 1 self.clevel = 1
self.hp= 1e+14 self.hp= 1e+14
self.attack= 1e+14 self.attack= 100000
yase = Hero() yase = Hero()
print("yase的血量为:",yase.hp) print("yase的血量为:",yase.hp)
print("yase的攻击力为:",yase.attack) print("yase的攻击力为:",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