Функция записи черепахи в пакете черепахи Python

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