Commit 9590165e by BellCodeEditor

save project

parent f4d77dbc
Showing with 9 additions and 3 deletions
class Ikun:
\ No newline at end of file
class kunkun:
def __init__(self,name,hp,level,attack):
self.name=name
self.hp=hp
self.level=level
self.attack=attack
xianbei=kunkun("先辈",114514,114514,114514)
huaqiang=kunkun("华强",1,1,1)
#print(huaqiang.hp)
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