🌈 搜索
📅  最后修改于: 2022-03-11 14:45:40.017000             🧑  作者: Mango
class Mascota: def __init__(self, nombre, edad): self.nombre = nombre self.edad = edad toby = Mascota("Toby", 7)