Simpan Python Pemrograman Penyu

import turtle as ts


ts.forward(100)
ts.getscreen()

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