Here is an MRE of my problem:
class TradeUp(): def __init__(self): self.num1 = self.prompt_user() self.num2 = self.prompt_user() s