+ 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?

28th Feb 2021, 1:42 AM
Evaldas Oleinikas
Evaldas Oleinikas - avatar
2 Respostas
0
what i coded into the console was: tip = bill*20/100 print(tip)
28th Feb 2021, 8:55 AM
Evaldas Oleinikas
Evaldas Oleinikas - avatar
- 3
Just do it as they want print(input*20/💯) replace input with bill
28th Feb 2021, 1:48 AM
HBhZ_C
HBhZ_C - avatar