Poem Challenge 2

Challenge 2 Use a variable in the poem

Save your work as mash2.py

Create a variable called veg by copying and adapting this above the print lines

veg = "you choose a vegetable"

Delete the word potatoes on the first print line and change that line to look like this.

Make sure you put the commas and speechmarks in exactly the same place.

print("Mashed",veg,"on the ceiling.")

Save your work

Run the program if you have coded correctly whatever word you put inside your

variable called veg should appear in your poem when printed to screen.

Problems watch this video to help you understand how your code should work.

If your code doesn't work use the DEBUG to help you fix it.