Log in om je oplossingen te testen.
# Seconds in a day program # ------------------------- # Subprograms # ------------------------- def seconds_to_hours(seconds): def seconds_to_minutes(seconds): def seconds_remaining(seconds): # ------------------------- # Main program # ------------------------- print(hours, "hours", minutes, "minutes", seconds, "seconds")

  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