from statistics import mode
fruits = ['apple', 'grapes', 'orange', 'apple']
# find mode of the list 'fruits'
mode(___)
this question is program in python
Answers
Answered by
1
Answer:
solve your problems by yourself
Similar questions