+ 2
What are the 3rd,4th tests by the code coach in SOLOLEARN?? and what changes I should make in my code to pass these tests??
Number=int(input()) Colour=Number*5.00 Canvus=40.00 Tax=(10/100) * (Colour+Canvus) Cost=Tax+Canvus+Colour print(int(Cost))
3 Answers
+ 3
No one knows what are 3rd and 4th test ,also no one can help you unless you copy paste the code or copy it in code playground ,save it and then share the link in description
0
You need to round your output according to the description.