Commit e9036250 by BellCodeEditor

save project

parent 70850cf8
Showing with 11 additions and 0 deletions
class Hero:
def___init__(self,name,hp,attack):
level=1
self.name = "凯"
self.hp = 300
self.attack = 999
kai=Hero("凯",300,999)
print("凯的血量为:"kai.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