Basic Python
Syntax
LEARNING OBJECTIVE
Understand and be able
to use basic Python
syntax.
VARIABLES
The way we store data.
String – a type of
variable for storing
text “strings”.
Enter thecode shown here to create your first
computerprogram.
Now let’s add to that. . .
What do you thinkthis willdo?
YOUR TASK
Add to your program so
you can have a
conversation with the
computer (stick to yes
and no answers for
now!)
NEXT TASK
https://www.codecademy.
com/learn/python
LEARNING OBJECTIVE
Understand and be able
to use basic Python
syntax.
or

Python - Lesson 1