What is LessonUp
Lesson library
Channels
AI tools
Log in
Start for free
‹
Return to search
Python lesson 3
Q1: What information can be stored inside a variable?
What symbol is used to create a comment?
Extension:
Click here
<a href="https://forms.office.com/e/syQ6rKXY82">https://forms.office.com/e/syQ6rKXY82</a>
1 / 14
next
Slide 1:
Open question
Computing
Lower Secondary (Key Stage 3)
This lesson contains
14 slides
, with
interactive quizzes
and
text slides
.
Lesson duration is:
50 min
Start lesson
Save
Share
Print lesson
Report this lesson
Items in this lesson
Q1: What information can be stored inside a variable?
What symbol is used to create a comment?
Extension:
Click here
<a href="https://forms.office.com/e/syQ6rKXY82">https://forms.office.com/e/syQ6rKXY82</a>
Slide 1 - Open question
Python lesson 3
Slide 2 - Slide
Lesson 3: Python programming
Conquer:
Use selection (if statements) to control the flow of program execution between branches.
Aspire:
Create a quiz with scoring system and or statements.
Slide 3 - Slide
Python skills refresh (ISL)
We always need to develop and work on our programming skills
Click Here
Follow the instructions to complete the tasks
timer
4:00
Slide 4 - Slide
What is the process of checking a program for errors?
A
Error checking
B
De-bugging
C
Error finding
D
Mistake finding
Slide 5 - Quiz
Selection
When your programs check conditions and select the path of action that they will follow accordingly.
Slide 6 - Slide
Selection in Python: Greeting
print("What’s your name?")
user = input()
print("Hello", user)
We are going to extend this program to recognise one particular name and treat it differently.
Slide 7 - Slide
Slide 8 - Slide
If statements ISL task
We are now going to have a go at creating our own conditional statement.
The first one has been done for you, read the comments for help.
Click here
timer
4:00
Slide 9 - Slide
Testing our skills (ISL )
Now that we have created an example of a quiz question, we are going to create a 10 question multiple choice quiz.
The topic of the quiz can be your choice: EG capital cities.
Click here
timer
10:00
Slide 10 - Slide
Code that only runs when a condition is met is known as coding in...
A
Sequence
B
Selection
C
Iteration
D
Recursion
Slide 11 - Quiz
What type of information can be stored in a variable?
A
Videos only
B
Sounds only
C
Pictures only
D
Numbers, text, and other types of data
Slide 12 - Quiz
What is a variable?
A
It allows you to enter information.
B
An error in your program.
C
A comment explaining your code.
D
A container that holds information.
Slide 13 - Quiz
CORRECT
CAUSE AN ERROR
print = ("Hello")
Print("Yes!")
print("this one)
name = imput("what is your name")
name = input("what is your name")
print("this text")
fav colour = "Green"
age = 10
print("Hello", name)
print("Bye",name")
Slide 14 - Drag question
More lessons like this
Sorting
July 2026
-
5 slides
New lesson editor
CPD
Training
+1
Primary Education
Lower Secondary (Key Stage 3)
Upper Secondary (Key Stage 4)
LessonUp Inspiration
Programming A Screen Turtle
22 days ago
-
19 slides
Computing
Primary Education
LessonUp Inspiration
Programming A Screen Turtle
22 days ago
-
19 slides
New lesson editor
Computing
Primary Education
LessonUp Inspiration
News quiz - Week 16 (30 seconds)
April 2025
-
13 slides
Citizenship
News
+3
Lower Secondary (Key Stage 3)
Upper Secondary (Key Stage 4)
Further Education (Key Stage 5)
Lesson 5. AI: Technology, Applications, and Ethics
June 2026
-
30 slides
Religious education
Upper Secondary (Key Stage 4)
Further Education (Key Stage 5)
BTEC, GCSE
ATMT
Lesson 5. AI: Technology, Applications, and Ethics
April 2026
-
30 slides
Religious education
Upper Secondary (Key Stage 4)
Further Education (Key Stage 5)
BTEC, GCSE
ATMT
News quiz - Week 16 (20 seconds)
April 2025
-
13 slides
Citizenship
News
+3
Lower Secondary (Key Stage 3)
Upper Secondary (Key Stage 4)
Further Education (Key Stage 5)
LessonUp News Quiz
News quiz - Week 16 (30 seconds)
April 2025
-
13 slides
Citizenship
News
+3
Lower Secondary (Key Stage 3)
Upper Secondary (Key Stage 4)
Further Education (Key Stage 5)
LessonUp News Quiz