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

19th Jun 2020, 2:34 PM
Ben
Ben - avatar
2 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
19th Jun 2020, 2:39 PM
Abhay
Abhay - avatar
0
You need to round your output according to the description.
19th Jun 2020, 2:47 PM
Sandra Meyer
Sandra Meyer - avatar