Turtle Graphics (Due 14 Feb 2018)

For this assignment you will draw a train as shown below in Turtle Graphics. It does not have to be exactly the same but close.

Train

The file that you will be turning in will be called Train.py. We are looking for clean and structured design. The space around the train is extraneous and got included in the conversion from .eps file format to .jpg file format. Use a screen size of 800 x 800 and make good use of that space. That is, the train should occupy most of that space. The surrounding white space should not dominate the drawing. The file will have a header of the following form:

#  File: Train.py

#  Description:

#  Student Name:

#  Student UT EID:

#  Course Name: CS 313E

#  Unique Number: 

#  Date Created:

#  Date Last Modified:

For this assignment you will be working by yourself.

Use the Canvas system to submit your Train.py file. We should receive your work by 11 PM on Wednesday, 14 Feb 2018. There will be substantial penalties if you do not adhere to the guidelines. Remember Python is case sensitive. The name of your file must match exactly what we have specified.