Times Table Tester

Step 9 – Extending the program

You should now have a program that works.

You could improve your program in a number of ways:

  1. Add blank lines to make the program easier to read (use print())
  2. Personalise the output by using their name ("Hey Sam...") – you'll need to get them to enter their name and store it first
  3. Ask more than one question
  4. Add comments to your code
  5. Something else...