PASO 13 : Por lo general, ordenamos las puntuaciones altas de mayor a menor. ¿Cómo sabemos si nuestra lista está ordenada correctamente?

  • En , arrastre Function Call with Parameter a la parte inferior de main() .
  • Cambie my_function a sort_by_score . (Ya hicimos esta función para usted).
  • Luego, cambie el parámetro entre paréntesis de my_var a data .
  • Finalmente, en , arrastre Print Variable a la parte inferior de main() y cambie my_var a data .

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)