Commit 2ad24c74 by BellCodeEditor

save project

parent d20c54eb
Showing with 2 additions and 1 deletions
......@@ -3,8 +3,9 @@ class Hero:
self.level=1
self.name=name
self.hp=hp
self.attack=attack
self.attack=attack
yase=Hero('yase',300,20)
hy=Hero('hy',250,23)
k=Hero('K',5600,199)
print(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