import turtle as tt.color("red","yellow")t.begin_fill()for i in range(50): t.fd(200) t.left(170)t.end_fill()t.done()