Commit 948c9ba2 by BellCodeEditor

save project

parent d6c81a0f
Showing with 12 additions and 0 deletions
class loser:
def __init__(self,name,hp,at):
self.lv=0
self.name=name
self.hp=hp
self.at=at
xxx=loser('Xxx',1,99999)
def up:
xxx.lv=xxx.lv+1
xxx.hp=xxx.hp+100
xxx.hp=xxx.hp+10
\ 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