Learners create a funny, gross-out recipe using print() in Python.
They practise using strings, line breaks, and emojis to output a full recipe card.
- Using
print()to display text - Writing and formatting strings
- Choosing between single
' 'and double" "quotes - Creating sequential, readable program output
- Let learners suggest ingredients or vote on the grossest ideas
- Remind them that each
print()starts a new line - Demonstrate how an apostrophe in a word like "Don't" requires double quotes
- Add a title for the dish (e.g. "Rotten Ratatouille")
- Include random selection (if they’ve learned
random.choice) - Turn the recipe into a short performance or video