Wednesday, 6 May 2015

#10m7 Computer Science - Lesson 54 - Introduction to Python 2

Lesson Objectives:  The need for variables in digital systems
Differentiated data types ie. string data type and integer data types 
How to prompt the user for data and assign it to a variable.

Outcomes: 
I understand what a variable is
I know how to assign data to a variable
I can use the input() function to captures user’s keyed in data
I can output the contents of a variable with a string.