placeholder image to represent content

Python Basics

Quiz by Chris Eccles

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