Introduction to Python Programming L3

Lesson Aim

  • Understand the importance of IF statements in programming
  • Create IF statements in Python
Starter

Discuss IF statements and relate it to

Sequence – Selection – Iteration

Main

Download the file below and complete the tasks by creating appropriate programs in python

Python Conditional Statements worksheet

Extension

Create and account on code academy by clicking the link below:

Codeacademy Python

Then attempt the python course

Plenary

Why are conditional statements important in programming?

What errors do we need to check for when creating IF Statements