Pastebin

Paste #1950: tax

< previous paste - next paste>

Pasted by chrivers@eos

Download View as text

#!/usr/bin/python

total = 480

person = total / 2 * 0.92

fradrag = 48

taxbase = (person-fradrag)

print (fradrag + taxbase * 0.60)/12

New Paste


Do not write anything in this field if you're a human.

Go to most recent paste.