PASO 8 : Ahora llamemos a nuestra función play_game dentro de main() .
- En , arrastre Call with Parameters dentro y hasta la parte inferior de main() .
- Cambie my_function() a play_game() . Esta función iniciará nuestro juego.
- Finalmente, cambie my_var1 a my_display y my_var2 a my_dictionary .
To navigate the page using the TAB key, first press ESC to exit the code editor.