# Free after the example from the Python 3.5 manual

from turtle import *

forward(200)

done ()
