NameError Traceback (most recent call last)
Cell In[1], line 42
39 tax_rate = 0.45
40 quick_deduction = 15135
—> 42 tax_payment = taxable_income * tax_rate - quick_deduction
44 tax_payment
NameError: name ‘quick_deduction’ is not defined