Commit 086629dd by BellCodeEditor

save project

parent 203bcbc9
Showing with 6 additions and 3 deletions
...@@ -14,5 +14,8 @@ hy=Hero('hy',250,23) ...@@ -14,5 +14,8 @@ hy=Hero('hy',250,23)
sb=Hero('sb',5600000000,190) sb=Hero('sb',5600000000,190)
print(yase.attack) print(yase.attack)
print(hy.attack) print(hy.attack)
class player(Hero): class husky(Dog):
def __init__ def __init__(self):
\ No newline at end of file super().__init__(self)
self.eye
self.
\ 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