Função de gravação de tartarugas no pacote de tartarugas python

>>> turtle.write("Home = ", True, align="center")
>>> turtle.write((0,0), True)
Real Ray