import turtle
t = turtle.Turtle()
t.write(arg = "Hello there",font = ("Calibri",16,"bold"))
import turtle as ts
ts.forward(100)
ts.getscreen()
ts.getcanvas().postscript(file="duck.eps")
turtle.write(arg, move=False, align=’left’, font=(‘Arial’, 8, ‘normal’))
arg Info, which is to be written to the TurtleScreen
align One of the strings “left”, “center” or right”
font A tuple (fontname, fontsize, fonttype)