Commit 8cfbda82 by BellCodeEditor

save project

parent d92eba6a
Showing with 7 additions and 1 deletions
......@@ -3,5 +3,11 @@ class hero:
self.level=1
self.hp=300
self.attack=20
yase=hero()
class hero:
def __init__(yase):
yase.level=1
yase.hp=300
yase.attack=20
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