# Créé par prof, le 20/06/2016 avec EduPython from turtle import * color("red","yellow") begin_fill() for i in range(36): forward(200) left(170) end_fill() done()