Skip to main content

7.8) Exercise 16 - If Statement


At the restaurant:

  • You order a starter, main and dessert of your choice
  • The waiter brings you some dishes
  • If the waiter brings you the correct three dishes, print 'Here’s a tip.'
  • If the waiter makes a mistake in your order, print "I didn’t order x,y,z! I ordered X,Y,Z."

Solution: if_exercise_restaurant.py