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!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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 Resposta
+ 3
#And add from math import ceil
11th Jul 2020, 12:43 PM
į®“Ridwan_
į®“Ridwan_ - avatar