+ 2
Help plz, paint costs
https://www.sololearn.com/coach/22?ref=app # plz find the problem # code for paint costs paints = input() cost = int(paints)*5 total= cost + 40 tax = total*0.10 finaltotal = total + tax finaltotal = round(finaltotal) print (finaltotal)
2 ответов
+ 2
thanku Alexandr
0
same prblm