Turtle Graphics

Turtle Graphics: I had to write a program in Python using the turtle random modules. My window color had to be red and the pen color had to be white. The angles are between 0 and 45 degrees but they are at random just like the distance is between 0 and 150 pixels. Also, I made the distance go forward and backward. This had to be repeated 100 times. I was trying to put it only once instead of doing it 100 times because that would take a long time so I put for x in range(100).

turtle-graphics-alex-picture