Ahora terminemos el juego deteniendo el loop si el jugador adivina el código correcto.

  • Utiliza otro Return Variable para llamar a la función analyze_code.
  • Nombra la variable de retorno status y utiliza los parámetros: guess, code, y y.
  • Utiliza una sentencia if para Break el loop si status es igual a "true!".
  • Dentro del loop y fuera del if statement, usa Add Value para sumar 35 a y cuando el loop corre.

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
  • Enviar Trabajo
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)