+ 1
Paint costs problem, what is wrong with my code? The third test case is not getting done with my code, I have no idea why
paints=int(input()) tax=0.1*(40.00+(paints*5)) print(round((paints*5.00)+tax+40.00))
2 odpowiedzi
+ 3
#And add
from math import ceil