PASO 13 : Usando la información que tenemos en nuestra función, usemos la lógica para averiguar si nuestro animal es un reptil .

no voltea un booleano . Por ejemplo, not True se convierte en False y not False se convierte en True .

  • Desde , arrastre if and dentro y hasta la parte inferior de classify_animal() .
  • Cambie choice1 == "yes" a has_scales y choice2 == "no" a not eggs_in_water .
  • Finalmente, en , arrastre String Variable con sangría dentro de la instrucción if.

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