+ 1
Lesson 20 tip calculator
I have solved the project for end of lesson and got 2/3 test cases displayed with test case #3 being hidden. Can someone tell me why that 3rd one is hidden? Does it depend on a way I write the code?
2 Respostas
0
what i coded into the console was:
tip = bill*20/100
print(tip)
- 3
Just do it as they want print(input*20/💯) replace input with bill