PASO 1 : Observe que preparamos el escenario y comenzamos una función main . Construyamos una función que le haga una pregunta a los usuarios.

  • Esta función necesitará dos parámetros: el sprite que hace la pregunta y la pregunta que le haremos al usuario.
  • En LÓGICA y , arrastre Define Function with Docstring arriba donde dice: MAIN FUNCTION .
  • Cambie el nombre de my_function a ask_user_question y escriba sprite , question dentro de ( ) .
  • Finalmente, cambie su cadena de documentación a lo siguiente: """ Asks user a question and returns result """

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)