Computer Science, asked by kumarchandan2111998, 10 months ago

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 dhruv286
1

Answer:

solve your problems by yourself

Similar questions