import turtle as t t.color("red") t.begin_fill() t.left(90) t.forward(100) t.left(90) t.forward(100) t.left(90) t.forward(100) t.left(90) t.forward(100) t.end_fill() t.bgcolor("black")