STEP 4: Let's generate our random kick.

Remember, the random.randint() command generates a number between a specified range.

  • In LOGIC, go to and drag in Random Integer INSIDE your loop.
  • Change the first argument from 1 to -250 and the second argument from 10 to 0.
  • Change the variable name from my_var to random_height.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE