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

4th Apr 2020, 7:29 PM
JAHANGEER LATEEF WANI
JAHANGEER LATEEF WANI - avatar
2 Answers
+ 2
thanku Alexandr
4th Apr 2020, 8:07 PM
JAHANGEER LATEEF WANI
JAHANGEER LATEEF WANI - avatar
0
same prblm
4th Apr 2020, 7:41 PM
mewara