521da01
1 2 3 4 5 6 7 8
class Universe(): def __init__(self, name: str, G: float, plank: float): self.name = name self.G = G self.plank = plank def __str__(self): return "kuu"