from xturtle import * pensize(10) fd(100) rt(20) fd(100) raw_input('Press enter when done')