Commit 8d2b9efa by BellCodeEditor

save project

parent 7343ffec
Showing with 2 additions and 2 deletions
......@@ -3,5 +3,5 @@ class Hero:
self.level=1
self.hp=300
self.attack=20
z=Hero
print(z)
z=Hero()
print(z.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