Write a function called drawLine(). This function expects a Turtle object and four integers as arguments. The integers represent the two end points of a line segment. The function should draw this line segment with the turtle and do no other drawing.