Commit f580bc8f by BellCodeEditor

save project

parent 9a9f45a6
Showing with 2 additions and 2 deletions
class SB: class SB:
def_init_(self,level,hp,gongili): def __init__(self,level,hp,gongili):
self.level=level self.level=level
selfp.hp=hp self.hp=hp
self.gongili=gongili self.gongili=gongili
yase=SB(1,3000,20) yase=SB(1,3000,20)
......
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