I'm having some issues on how to type the proper answer. I believe I'm in the ball-park, but for some reason, I just cannot come up with the expected answer.
exchange_fee = (spread / 100) * exchange_rate
foreign_currency = exchange_rate + exchange_fee
exchanged_money = budget / foreign_currency
return int(exchanged_money / denomination)
AssertionError: 35 != 1400 : Called exchangeable_value(1500, 0.84, 25, 40). The function returned 35, but The tests expected 1400 as the maximum value of the new currency .