單位怎麼發年終獎才能合理避稅,用Python程序實現

# -*- coding: utf-8 -*- def get_tax(x, is_year =False): if(is_year): p =x/12. else: p =x if(p<=1500): return x *.03 elif(p<=4500): return x*.10 -105
相關文章
相關標籤/搜索