# Free after the example from the Python 3.5 manual

from turtle import *

forward(100)
done ()
