Keira is creating an app for her cross-country team. Users will input their race times and the output will be a graph showing their progress. Which Python module should Keira use to draw a line on the screen? a Design Graphics b Graphics Module c Math Module d Turtle Graphics
Explanation: In computer graphics, turtle graphics are vector graphics using a relative cursor upon a Cartesian plane. Turtle graphics is a key feature of the Logo programming language.