STEP 11: Let's shorten the wait before our next robot authenticates!

  • Find the line stage.wait(2) in your code below.
  • Change the number in .wait() from 2 to 0.75.

A number that has fractional or decimal parts is called a float. 0.75 is a float, not an integer!

To navigate the page using the TAB key, first press ESC to exit the code editor.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)