Personal income tax
Sign in to test your solution.
schijf_1 = 13870
schijf_2 = 24480
schijf_3 = 42370
percentage_1 = 0.25
percentage_2 = 0.4
percentage_3 = 0.45
percentage_4 = 0.5
belastingvrije_som = 9270
def bereken_belasting(inkomen) -> float:
#todo
You can submit as many times as you like. Only your latest submission will be taken into account.
Sign in to test your solution.
Python sandbox
This window allows you to run Python code without installing a thing. The code you write here is not automatically submitted to Dodona.