2018年4月12日
摘要: 人狗大战加武器 class Person: def __init__(self,name,hp,ad): self.name = name self.hp = hp self.ad = ad self.money = 0 def attack(self,dog): dog.hp -= self.ad 阅读全文
posted @ 2018-04-12 15:02 欣蔚 阅读(1031) 评论(0) 推荐(0) 编辑