CBSE Class 11 Computer Science
Question 28 of 63
Introduction to Python Modules — Question 9
Back to all questions2.5
Reason — The statistics.mode() function returns the most frequent value in the list. In the list [2.5, 3.2, 3.3, 2.5, 8.1, 9.9, 2.5, 5.1], the value 2.5 appears most frequently (three times), so it is the mode.