Код: Выделить всё
from turtle import *
import turtle
forward(100)
right(90)
forward(200)
circle(10)
ts = turtle.getscreen()
turtle.getcanvas().postscript(file = "duck.eps")
Код: Выделить всё
turtle.getcanvas().postscript(file = "duck.gif")
Что мне теперь делать?
Подробнее здесь: https://stackoverflow.com/questions/406 ... tle-module
Мобильная версия