Study

Python quiz

  •   0%
  •  0     0     0

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