960000:sl = 0.45sskcs = 181920elif sde > 660000 and sde 4" />

国产东北多p真实在线_惠民福利日韩爽到高潮的免费视频_bt天堂在线观看www_小草色网视频免费播放_日日AAV视频网站免费看_亚洲欧美人精品高清_人妻无码久久精品人妻_精品无码免费在线_一区二区日韩动漫av_国产欧美另类第一页

個人應(yīng)用所得稅

更新時間: 2024.11.24 22:17 閱讀:

我國的個人所得稅稅率表如下圖。

全年收入減去各項減免和扣除部分后即是全年應(yīng)納稅所得額。

全年個稅=全年應(yīng)納稅所得額*稅率-速算扣除數(shù)

sde = float(input('請輸入全年應(yīng)稅所得額:')) #全年應(yīng)納稅所得額sl = 0 #稅率sskcs = 0 #速算扣除數(shù)if sde > 960000:sl = 0.45sskcs = 181920elif sde > 660000 and sde <= 960000:sl = 0.35sskcs = 85920elif sde > 420000 and sde <= 660000:sl = 0.30sskcs = 52920elif sde > 300000 and sde <= 420000:sl = 0.25sskcs = 31920elif sde > 144000 and sde <= 300000:sl = 0.20sskcs = 16920elif sde > 36000 and sde <= 144000:sl = 0.10sskcs = 2520else:sl = 0.03sskcs = 0se = sde * sl - sskcs #計算稅額print('全年應(yīng)納稅所得額:',sde)print('適用稅率:{:.2%}'.format(sl))print('速算扣除數(shù):', sskcs)print('全年應(yīng)納稅金額:', se)print('綜合稅率:{:.2%}'.format(se/sde))

運行后,如輸入全年應(yīng)納稅所得額為500000,結(jié)果如下:

請輸入全年應(yīng)稅所得額: 500000全年應(yīng)納稅所得額: 500000.0適用稅率:30.00%速算扣除數(shù): 52920全年應(yīng)納稅金額: 97080.0綜合稅率:19.42%

學以致用,行以致遠!行勝于言!

???展開全文
標簽: 暫無
沒解決問題?查閱“相關(guān)文檔”