Log in om je oplossingen te testen.
# Constellation program # ------------------------- # Import libraries # ------------------------- import turtle turtle.setup(750, 400) # ------------------------- # Subprograms # ------------------------- def draw_constellation(): # ------------------------- # Main program # ------------------------- star_size = 5 scale = 2 draw_constellation() turtle.hideturtle() turtle.done()

  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