Game Preview

Loops

  •  English    9     Public
    A review of creating loops in Python
  •   Study   Slideshow
  • This lets us repeat a set of commands more than once
    A) Repeater B)Loop C)Function D)Range
  •  15
  • A type of loop that runs a set of commands for a certain amount of time
    A)Dot Notation B)if-statement C)For Loop D)List Loop
  •  15
  • Defines the number of times that the command in a For Loop will repeat
    A)Range B)Command C)if-statement D)Variable
  •  15
  • What color block should you expect to see to the left of all the commands indented inside a For Loop?
    A)Yellow B)Purple C)Red D)Green
  •  15
  • The first line of a loop is NOT indented
    True or False?
  •  15
  • Loops need commands inside of them to be able to run?
    True or False?
  •  15
  • A purple block indicates a line of code that is INSIDE a loop.
    True or False?
  •  15
  • This code will cause which type of error?
    Logic error or Syntax error
  •  15
  • This code will cause which type of error?
    Logic Error or Syntax Error
  •  15