Poem Challenge 5

Challenge 5 Create more than one variable for each fruit on each line

Open mash3.py that you created earlier.

Save as mash5.py

At the top of the code create a new variable for each line of the poem.

# for example

veg2="cabbage"

veg3="radish"

Put these new variables into all of the different lines of your print commands.

# for example

print("Green",veg2,"on the floor.")

Save your work

Run your program.

If it works correctly each line should have a different vegetable taken from each variable.

Problems?

Check your work using the DEBUG