Log in om je oplossingen te testen.
# Airline ticket program # ------------------------- # Subprograms # ------------------------- # Function to return truncated airport names def airports(departure, arrival): # ------------------------- # Main program # ------------------------- print(airports("Gatwick", "Amsterdam"))

  Python sandbox

In dit venster kan je Python-code uitvoeren zonder iets te moeten installeren. De code die je hier schrijft wordt niet automatisch ingediend in Dodona.

Testgeval dat gedebugd wordt