[스쿼드] 계산기 만들기 class Cal: def __init__(self, name, age): self.name = name self.age = age def __sub__(self, other): old = self if self.age > other.age else other young = self if self.age 귀여워 스쿼드 2024.08.02