← back to unit
Medium
# variables
Mix the Spell Recipe
A young wizard is combining three magic ingredients into a spell recipe, one at a time. ✨🧪
You're given three ingredients. Start a variable spell with the first one, then use += to grow it by adding " + " plus each next ingredient. Print the final spell.
For example, newt eye, frog leg, bat wing → print newt eye + frog leg + bat wing.
💡 need a hint?
var-build-spell.py🔒 given lines are locked — write your code in between
loading...