Lesson details

Key learning points

  1. In this lesson, we will write and execute our first programs in Python. We will go through the basics of displaying messages, assigning values to variables, and receiving input from the keyboard.

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.
Which of these statements is a definition for an algorithm?
Correct answer: A series of instructions that end with the problem solved.
Breaking down a problem into smaller, more manageable chunks.
Spotting patterns in programs.
Q2.
When this program is executed, what will be displayed on the screen?
"I live in", "Leeds"
"I live in", location
Correct answer: I live in Leeds
I live in location
Q3.
When this program is executed, what will be displayed on the screen, as a result of executing line 3?
Correct answer: I’ve never been to followed by whatever the user has typed at the keyboard
I’ve never been to input()
I’ve never been to location
It is not possible to know the output without executing the program.

Lesson appears in

UnitComputing / Intro to Python programming

Computing