NameError Traceback (most recent call last)
Cell In[1], line 5
2 tax_rate = 0
3 quick_deduction = 0
----> 5 if taxable_income <= 36000:
6 tax_rate = 0.03
7 quick_deduction = 0
NameError: name ‘taxable_income’ is not defined