Commit df6dafdc by BellCodeEditor

save project

parent fb8c616e
Showing with 11 additions and 0 deletions
class hero:
def __init__(self):
self.level = 1
self.hp = hp
self.attack = attack
yase = hero()
def abcde:
yase.level += 1
yase.hp += 50
yase.attack += 4
abcde()
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