Log in om je oplossingen te testen.
# Quote of the day program # ------------------------- # Import libraries # ------------------------- # ------------------------- # Subprograms # ------------------------- def random_quote(): # ------------------------- # Main program # ------------------------- quote = random_quote() print(quote[0]) print(quote[1])

  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