To check guesses, we'll loop through the guess list and code list twice to compare the colors and positions.

  • Use Define Function with Parameters and include these as parameters: guess, code, and y.
  • Add two Integer Variables , one named x with a value of 85. and one named peg_num with a value of 0.
  • Add two Empty Lists. Name one colors_tried and the other colors_matched.

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)