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 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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))

11th Jul 2020, 12:32 PM
DEVARAJA G
DEVARAJA G - avatar
1 Answer
+ 3
#And add from math import ceil
11th Jul 2020, 12:43 PM
᮴Ridwan_
᮴Ridwan_ - avatar