placeholder image to represent content

Grade 9

Quiz by Maha

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

Correct quiz answers unlock more play!

New Quizalize solo game modes
5 questions
Show answers
  • Q1
    What is a correct syntax to output "Hello World" in Python?
    print("Hello World")
    print(Hello World)
    print"Hello World"
    prnt("Hello World")
    30s
  • Q2
    How do you insert COMMENTS in Python code?
    /#
    /*
    #
    //
    30s
  • Q3
    Which one is NOT a legal variable name?
    num1
    number1
    @x
    My_Var
    30s
  • Q4
    How do you create a variable with the numeric value 5?
    x=5
    x-5
    5
    x="5"
    30s
  • Q5
    What is the correct way to create a function in Python?
    my_function ():
    create my_function ():
    def my_function ():
    def my_function ()
    30s

Teachers give this quiz to your class