Python
from turtle import* speed(0) color("red") fd(100) rt(144) fd(100) rt(144) fd(100) rt(144) fd(100) rt(144) fd(100) rt(144)