Lesson details

Key learning points

  1. In this lesson we will revisit Python. We will make sure that we can read and create simple programs that use selection, and we will introduce lists.

Content guidance

  • Contains external content.

Supervision

Adult supervision recommended.

Licence

This content is made available by Oak National Academy Limited and its partners and licensed under Oak’s terms & conditions (Collection 1), except where otherwise stated.

Loading...

3 Questions

Q1.
What is the name of this data structure?
Comma separated values
Correct answer: List
String
Variable
Q2.
If the lines below were added to the program in question 1 (above), what would the program output be?
Friday
item
Correct answer: Thursday
Wednesday
Q3.
If the lines below were added to the program in question 1 (above), what would the program output be?
Correct answer: 1 Wednesday
index, item
index, Wednesday
Wednesday

Lesson appears in

UnitComputing / Python programming with sequences of data

Computing