Commit 7479aaf0 by BellCodeEditor

auto save

parent d6c81a0f
Showing with 16 additions and 0 deletions
class hore:
def __init__(self,name,hp,attle):
self.level=1
self.name=name
self.hp=hp
self.attle=attle
yase=hore("yase",50000,10000)
print(yase.hp)
def :
yase.level+1
yase.hp+10000
yase.attle+5000
print(yase)
\ 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