placeholder image to represent content

Python

Quiz by Leen Ghanem

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

Correct quiz answers unlock more play!

New Quizalize solo game modes
8 questions
Show answers
  • Q1
    What function is used to output data to the console in Python?
    output()
    print()
    display()
    show()
    30s
  • Q2
    Which symbol is used for comments in Python?
    //
    #
    //;
    //:
    30s
  • Q3
    What keyword is used to define a function in Python?
    define
    def
    function
    create
    30s
  • Q4
    Which of the following is used to create a list in Python?
    {}
    []
    <>
    ()
    30s
  • Q5
    What data type is used to represent true or false values in Python?
    str
    int
    bool
    float
    30s
  • Q6
    Which operator is used for exponentiation in Python?
    ^
    exp
    //
    **
    30s
  • Q7
    What function can be used to read input from the user in Python?
    input()
    read()
    scan()
    get()
    30s
  • Q8
    What is the output of the expression 5 + 3 * 2 in Python?
    13
    11
    10
    16
    30s

Teachers give this quiz to your class