star.py 108 Bytes Edit 1 2 3 4 5 6 7 import turtle pen=turtle.Pen() for i in range(5) pen.forward(200) pen.right(144) pen.hideturtle()