Advertisements
Advertisements
प्रश्न
A list named studentAge stores age of students of a class. Write the Python command to import the required module and (using built-in function) to display the most common age value from the given list.
टीपा लिहा
Advertisements
उत्तर
import statistics
print( statistics.mode(studentAge) )shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
