Commit 05791fe6 by BellCodeEditor

save project

parent 6d5f9d7f
Showing with 2 additions and 2 deletions
...@@ -2,6 +2,6 @@ class libai: ...@@ -2,6 +2,6 @@ class libai:
def __init__(self): def __init__(self):
self.lever = 1 self.lever = 1
self.hp = 800 self.hp = 800
self.attack = 60 self.attack = 500
liba = libai() libai = libai()
print(libai.hp) print(libai.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