Commit df585ae3 by BellCodeEditor

save project

parent 55f9098c
Showing with 9 additions and 9 deletions
class Hero:
def_init_(self,name,hp,attack):
self.level=9999999999999999999999
self.name=name
self.hp=hp
self.attack=attack
yase=Hero("wretr",54188,18845)
houyi=Hero("xxx",1748,886)
print()
......
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