Riddle me this – it's all Greek to me

Opening Python:

To write the riddles program lets use a programming language called Python.

Idle menu helper imageUsing Python

This is a little bit tricky, so follow carefully.

  1. First open All Programs and find the Python 3.8 folder
  2. Then open IDLE (Python 3.8 64-bit)
  3. IMPORTANT – click File > New File. This opens a new window with nothing at all in it – like the second screenshot. This is where you'll write your program

The IMPORTANT bit is important!

Idle open helper imageMake sure you're in the right place when you start to write your program. It won't work otherwise!

Once you're ready, start here...

Click here to get started with step 1