Question: Challenge 2 - Basic Functions This funtion will print the dinner menu. Write a function called menu inside the function print Tonight's menu: Tonight's drink

Challenge 2-Basic Functions
This funtion will print the dinner menu.
Write a function called menu
inside the function print "Tonight's menu: Tonight's drink special is (drink). The main course is (entree) served with (side). For dessert we will have our chefs favorite (dessert)."
Don't forget to use the escape symbol ??? when you use the variable in your print statement
Call the function to see if it works
re-assign new values to the variables and call the function again to test it
Challenge 2 - Basic Functions This funtion will

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!