Write a function cook_message() that prints exactly the following three lines (including punctuation) in this order:
Welcome to the kitchen!
Let's bake a cake.
Enjoy your meal!
The function takes no arguments and should not return anything.
Use print() to display text, numbers, and multiple comma-separated values, and understand that source order determines output order.
Write a function cook_message() that prints exactly the following three lines (including punctuation) in this order:
Welcome to the kitchen!
Let's bake a cake.
Enjoy your meal!
The function takes no arguments and should not return anything.
Press Run to see output, or Check to grade against the tests.
Adaptive practice, streaks, projects with real code review. Free tier gates AI help, never content.