Понравилось? Запишись в кружок по Питону!
Выберите тему:
t.color('red') t.fillcolor('yellow')
t.color('red') t.fillcolor('yellow') t.begin_fill() t.circle(100) t.end_fill()
t.color('red') t.fillcolor('yellow') t.begin_fill() t.circle(100, 360, 5) t.end_fill()
t.backward(50)
t.circle(50)
t.circle(50, 180, 100)
t.circle(100, 360, 6)
t.color('red')
t.forward(50)
t.goto(100, 150)
t.left(90)
t.penup()
t.pendown()
t.right(60)
t.stamp()
SyntaxError: bad input on line 5
IndentationError: unindent does not match any outer indentation level on line 10
NameError: name 'p' is not defined on line 11
AttributeError: 'Turtle' object has no attribute 'print' on line 7
TypeError: left() takes exactly 1 positional argument(s) (0 given) on line 17