#!/usr/bin/python
import turtle
t=turtle
turtle.speed(0)
for i in range(360) :
for c in ['red', 'blue']: # типа цвет
t.color(c)
t.forward(Х)
t.left(Х)
for i in range(360) :
for c in ['red', 'blue']:
t.color(c)
t.forward(Х)
t.left(Х)
turtle.done()
turtle.exitonclick()
IyEvdXNyL2Jpbi9weXRob24KaW1wb3J0IHR1cnRsZQp0PXR1cnRsZQp0dXJ0bGUuc3BlZWQoMCkKCmZvciBpIGluIHJhbmdlKDM2MCkgOgoJZm9yIGMgaW4gWydyZWQnLCAgJ2JsdWUnXTogIyDRgtC40L/QsCDRhtCy0LXRggoJCXQuY29sb3IoYykJCgkJdC5mb3J3YXJkKNClKSAKCQl0LmxlZnQo0KUpIAoJCWZvciBpIGluIHJhbmdlKDM2MCkgOgoJCQlmb3IgYyBpbiBbJ3JlZCcsICAnYmx1ZSddOgoJCQkJdC5jb2xvcihjKQkKCQkJCXQuZm9yd2FyZCjQpSkgCgkJCQl0LmxlZnQo0KUpIAoKCnR1cnRsZS5kb25lKCkKdHVydGxlLmV4aXRvbmNsaWNrKCk=
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python2.7/py_compile.py", line 117, in compile
raise py_exc
py_compile.PyCompileError: SyntaxError: ('invalid syntax', ('prog.py', 9, 13, '\t\tt.forward(\xd0\xa5) \n'))