32.7k views
4 votes
(3.01 MC)

Madison is creating a program to display users' daily stock statistics. The output will be a
graph, showing the rise and fall of stock prices. Which Python library should Madison
use to draw a line on the screen? (5 points)

A. Math Module
B. Shape Graphics
C. Turtle Graphics
D. Video Module

2 Answers

5 votes

Answer:

c

Explanation: I did the test

User Bobbyjones
by
5.0k points
2 votes

Answer:

The answer to this question is given below in the explanation section. However, the correct answer is C.

Explanation:

In pyton tutrle graphic library is used to draw lines and graphics. So, Madison should use the turtile python library to show the rise and fall of stock prices in visual presentation (lines).

Other options are not correct because Python use math module library for mathematical tasks, shape graphics library is used for drawing a graphic windows etc, while Video module library is used for video editing etc.

User Surace
by
5.3k points