Digital Literacy Key Stage 3 - Python


Working with Numbers

In this lesson you will learn about how Python can be used as a powerful calculator.

Starter

Open Python in Shell mode and type in 1+1. What happens?

Main

< table >

If you get time

Create a program that lists all the numbers starting from 100 to 1000, going up in intervals of 9.

 Assessment

  • I have completed the table and understand the math terms.
  • I have written a program from 100 to 10000 in intervals of 9.