Lesson 1 Python Pbr
Lesson 1 Python Pbr
PROGRAMMING
PYTHON
Learning Outcomes
–Lesson 1
Evaluate the effectiveness of Siri on the
iPhone
Create a “Hello World” program in the
Python
Identify and correct common errors in
Python programs
Create, save and test a 'Hello World'
program
You are going to create a
computer program that can think
and reply to a question like ‘Siri.
What is ‘Siri’?
What happens?
Did you get this?
What happens if you type this?
>>> print(Hello
World)
Oh dear - something is wrong
Syntax errors
Computers follow instructions
EXACTLY!
Computers are not good at
dealing with nearly, almost,
not quite.
Syntax describes the rules
that must be used when
commands are written.
Colours