Hi,
is the fourth assert correct?
(assert checkio([120, [200, 119]]) == 120 , 'Fourth')
if you try to withdraw 119, you will actually withdraw 115
120 -115 - 115*0.01 - 0.5 = 3.35
==> Withdrawal is possible and balance should be 3, where am I wrong?
Thanks!