计算应纳税额tax_amount = income (ntax_percentage 100)print(f "如果您的收入是{income}元,按照20%的税率计算,您需要缴纳的个人所得税为:{tax_amount: 2f}元 ")