Commit 8c516e0b by BellCodeEditor

save project

parent e4c7e4ff
Showing with 3 additions and 2 deletions
...@@ -2,4 +2,6 @@ class Hero: ...@@ -2,4 +2,6 @@ class Hero:
def __init__(self): def __init__(self):
self.level = 10000 self.level = 10000
self.hp = 987654321 self.hp = 987654321
self.attack = self.attack = 123456789000000000000000000000000000000000000000000000000000000
\ No newline at end of file houyi = Hero()
print(houyi.hp)
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