Computer Science - Text-Based Programming - Python - Functions - defining and calling - Recipe as a Function
Show a visual recipe card for making a sandwich. Hotspots on different parts: 'def make_sandwich():' (the recipe title = function name), 'bread, cheese, lettuce' (ingredients = parameters), 'Step 1: Place bread...' (steps = function body), 'Enjoy your sandwich!' (the result = return value). When cli