Wednesday, 20 May 2015

#10m7 Computer Science - Lesson 55 - Introduction to Python 4

Lesson Objectives: 
The importance of control structures, specifically IF Statements 
How to evaluate expressions in Python using the the operators >, < and = 
To learn how to create a program that evaluates an expression and returns a different response depending on the result of the logical comparison.

Outcomes: 
I know how to use an IF Statement 
I know how to convert a number to integer format
I know the difference between = and == in evaluating expressions.

Starter


Main




Plenary

Showcase your coding