Commit 9f537634 by BellCodeEditor

save project

parent c9b56d58
Showing with 3 additions and 3 deletions
......@@ -4,5 +4,5 @@ def __init__(self,name,hp,attack):
self.name=name
self.hp=hp
self.attack=attack
yasa=Hure()
print(yasa.hp)
\ No newline at end of file
yasa=Hure("",,)
print(yasa.name,hp,attack)
\ No newline at end of file
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