Commit c863d1e1 by BellCodeEditor

save project

parent 95082323
Showing with 2 additions and 2 deletions
class Hero:
def __init__(slef,name,hp,attack):
self.level=100000000000000000000000000
self.level=1
self.name=name
self.hp=hp
self.attack=attack
yase=("yase",200000000,20000000)
yase=Hero("yase",200000000,20000000)
lsklk=Hero("lsklk",300000000,21002939)
print(yase.attack)
print(lsklk.attack)
......
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