placeholder image to represent content

Python Basics

Quiz by Chris Eccles

Feel free to use or edit a copy

includes Teacher and Student dashboards

Measure skills
from any curriculum

Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.

With a free account, teachers can
  • edit the questions
  • save a copy for later
  • start a class game
  • automatically assign follow-up activities based on students’ scores
  • assign as homework
  • share a link with colleagues
  • print as a bubble sheet

Our brand new solo games combine with your quiz, on the same screen

Correct quiz answers unlock more play!

New Quizalize solo game modes
9 questions
Show answers
  • Q1
    60s
  • Q2
    A computer program is a sequence of ??????????, written to perform a task on a computer
    Numbers
    Instructions
    Ideas
    Files
    60s
  • Q3
    In Python, the print statement outputs text to ...
    Question Image
    The printer
    The internet
    The screen
    A file
    60s
  • Q4
    What does this python code output to the screen? a = 35 b = 7 c = a+b print c
    Question Image
    7
    35
    42
    c
    60s
  • Q5
    Which of these statements is TRUE
    Question Image
    300 > 10*2
    300 <> 300
    300 = 10*2
    300 < 10*2
    60s
  • Q6
    What type of variable are those called players_name and players_team in the code below? players_name = “Wayne Rooney” players_age = 29 players_ team = “Manchester United”
    String
    Float
    List
    Integer
    60s
  • Q7
    What does this python code output to the screen? a = "Ashton" o = "on" m = "Mersey" print m+o+a
    Ashton on Mersey
    AshtononMersey
    "Ashton on Mersey"
    MerseyonAshton
    60s
  • Q8
    60s
  • Q9
    60s

Teachers give this quiz to your class