Computer Science, asked by knight2111, 8 months ago

3. Mr. Sanjay wants to plot a bar graph for the given set of values of subject on x-axis and
number of students who opted for that subject on y-axis. Complete the code to perform the
following
() To plot the bar graph in Statement 1
(ii) To display the graph in Statement 2
import matplotlib, pyplot as plt
X = ['Hindi', 'English', 'Science', 'SST']
y = [10, 20, 30, 40)
______________#Statement 1
_____________#Statement 2

Answers

Answered by devbrathsingh454
0

Answer:

so what I can do for mr Sanjay

Similar questions