Game Preview

Python quiz

  •  English    16     Public
    Test your python knowledge
  •   Study   Slideshow
  • What is the output?
    cat
  •  15
  • What is wrong with the following piece of code?
    The if and else statements are missing the ' : '
  •  15
  • What is the output from running this code?
    True
  •  15
  • What is the MAXIMUM amount of questions that can be asked when runnning this program?
    2
  •  15
  • What is the MINIMUM amount of questions that can be asked when runnning this program?
    1
  •  15
  • What is the output from running this code?
    Error
  •  15
  • What is the output from running this code?
    67
  •  15
  • What is the output from running this code?
    12
  •  15
  • What is the output from running this code?
    False
  •  15
  • What is the output from running this code?
    100
  •  15
  • What is the output from running this code?
    Big
  •  15
  • What is the output from running this code?
    Even
  •  15
  • What keyword starts a conditional statement? a) while b) def c) if d) elif
    c) if
  •  15
  • What is the output from running this code?
    13
  •  15
  • What is the output from running this code?
    Hello AlexAlex
  •  15
  • What is wrong with this piece of code?
    It needs to use ' == ' instead of ' = '
  •  15