Commit 178a97b7 by BellCodeEditor

save project

parent 50841f22
Showing with 5 additions and 3 deletions
...@@ -12,8 +12,9 @@ print(yase.gonge ) ...@@ -12,8 +12,9 @@ print(yase.gonge )
class hero: class hero:
def __init__(self,name,hp,attack): def __init__(self,name,hp,attack):
self.live=15 self.live=15
self.hp=1111111111111111 self.hp=hp
self.gonge=99999999999999999999999 self.name=name
self.attack=attack self.attack=attack
sb= hero("sb'888'54188") sb= hero("sb",111,111)
print(sb)
\ 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