Commit a5329830 by BellCodeEditor

save project

parent 1afef77b
Showing with 10 additions and 9 deletions
class hero:
class Hero:
def__init__(self):
self.level=15
self.hp=8000
self.at=900
self.level=hero()
self.hp=hero()
self.at=hero()
print(hero)
\ No newline at end of file
self.level=1
self.hp=300
self.attack=20
self=yase()
print(self.level)
print(self.hp)
print(self.at)
\ 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