Save Turtle Programming Python

import turtle as ts


ts.forward(100)
ts.getscreen()

ts.getcanvas().postscript(file="duck.eps")
Nervous Nightingale