Computer Science, asked by kumarchandan2111998, 8 months ago

from statistics import mode

fruits = ['apple', 'grapes', 'orange', 'apple']

# find mode of the list 'fruits'
mode(data)

Answers

Answered by Anonymous
1

Answer:

Mode is apple

because it repeated most in the series.

hope it helps.

please mark it as brainliest answer.

Similar questions