Sign in to test your solution.
# Quote of the day program # ------------------------- # Import libraries # ------------------------- # ------------------------- # Subprograms # ------------------------- def random_quote(): # ------------------------- # Main program # ------------------------- quote = random_quote() print(quote[0]) print(quote[1])

  Python sandbox

This window allows you to run Python code without installing a thing. The code you write here is not automatically submitted to Dodona.

Test case being debugged