Another answer to Q6
We can use this code to return all divisions even the number of students who failed
np.histogram(correct_questions, bins=(0, 10, 16, 22, 28, 34, 40))
0 answers ( 0 marked as helpful)
We can use this code to return all divisions even the number of students who failed
np.histogram(correct_questions, bins=(0, 10, 16, 22, 28, 34, 40))