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