Python
from turtle import * up() goto(-144,96) down() pencolor("red") fillcolor("red") begin_fill() fd(288) rt(90) fd(192) rt(90) fd(288) rt(90) fd(192) rt(90) end_fill() up() goto(-124.8,57.6) down() pencolor("yellow") fillcolor("yellow") begin_fill() fd(57.6) rt(144) fd(57.6) rt(144) fd(57.6) rt(144) fd(57.6) rt(144) fd(57.6) rt(144) end_fill() up() goto(-57.6,72) down() begin_fill() fd(19.2) rt(144) fd(19.2) rt(144) fd(19.2) rt(144) fd(19.2) rt(144) fd(19.2) rt(144) end_fill() up() goto(-38.4,57.6) down() begin_fill() fd(19.2) rt(144) fd(19.2) rt(144) fd(19.2) rt(144) fd(19.2) rt(144) fd(19.2) rt(144) end_fill() up() goto(-38.4,30.6) down() begin_fill() fd(19.2) rt(144) fd(19.2) rt(144) fd(19.2) rt(144) fd(19.2) rt(144) fd(19.2) rt(144) end_fill() up() goto(-57.6,14.4) down() begin_fill() fd(19.2) rt(144) fd(19.2) rt(144) fd(19.2) rt(144) fd(19.2) rt(144) fd(19.2) rt(144) end_fill() penup() goto(600,400)