chris1610 / pbpython

Code, Notebooks and Examples from Practical Business Python
https://pbpython.com
BSD 3-Clause "New" or "Revised" License
1.99k stars 987 forks source link

corrected commission distribution #26

Closed dataninjato closed 3 years ago

dataninjato commented 3 years ago

was supposed to be like this:

""" Return the commission rate based on the table: 0-90% = 2% 91-99% = 3%

= 100 = 4% """