SyntaxFix
Write A Post
Hire A Developer
Questions
simplest way in Python to get the mode of an list or array a
import statistics print("mode = "+str(statistics.(mode(a)))
That's it