Python
import turtle as t t.ht() t.color("black","yellow") t.begin_fill() t.circle(60) t.end_fill() for a in range(60)