assistant= "Q4-2025"p = 45 # unitsdef fx(x, t):return x * (1.09 ** (1 if t=="Q4-2025" else 0))print(round(fx(p, t)))