Riddle me this – it's all Greek to me

Step 3 – Asking the riddle

Your job now is to ask the riddle.

You can do this easily using print("words here") statements.

The riddle I'm using is:

Which creature has one voice and yet becomes four-footed and two-footed and three-footed?

You can copy and paste that from here to use it in your program.

  1. Add code to your program to ask the riddle

    Don't forget that print() will give you a blank line.

  2. Run your code to check that it works

If you get an error, check that you dealt with the quotes and brackets right.