import turtle as a a.fillcolor("red") a.begin_fill() for i in range(5): a.fd(100) a.right(144) a.end_fill() a.done()