Commit 35f83277 by BellCodeEditor

save project

parent 9338b4e6
Showing with 11 additions and 3 deletions
class Hero(): class Hero():
de__init__(self): def__init__(self,name,hp,attack):
self.level = 10000000000000 self.level = 10000000000000
self.hp = 10000000000000 self.hp = 10000000000000
self.attack = 20 self.attack = 20
yase.Hero() yase.Hero()
print(self.attack) print(self.attack)
\ No newline at end of file
yese = ("老八",300,32)
yese = Hero("",300,32)
print()
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