Reassign meal on line 7!
meal = 45.50
tax = 0.0675
tip = 0.15
meal = meal + meal * tax
this exactly how it looks like on the answer sheet, but it still doesn’t work! pls help…
meal = 45.50
tax = 0.0675
tip = 0.15
meal = meal + meal * tax
this exactly how it looks like on the answer sheet, but it still doesn’t work! pls help…
Well not Reassign meal on line 7 part because that was a copy and paste issue, but you know what I mean…
Hi
the reassignement is correct. I suppose that the error comes from the value of meal. In my code, meal = 44.50 and not 45.50 as in your code, see the instructions here
Thank you so much, it finally worked. Must have not noticed that small detail… [facepalm]