Times Table Tester

Opening Python

Now we'll write a program to test how good people are at their times tables.

First, open Python.

Idle menu helper imageUsing Python

This is a little bit tricky, so follow carefully.

  1. You need to find and open IDLE (Python 3.8 64-bit)
  2. Once it opens, you'll have a window with some writing in it
  3. IMPORTANT – click File > New File. This opens a new window with nothing at all in it. This is where you'll write your program

The IMPORTANT bit is important!

If you try and write a program in the window with words in it, you won't be able to save it properly. Which would be bad.