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