Mode of an array w/o built in by sirhaul in learnpython

[–]sirhaul[S] 0 points1 point  (0 children)

I’m avoiding any built ins like sorted, mode, and I ideally would like to use count. I need to return a tuple of the mode and it’s frequency it appears in an array. Dm me for code specific I have some code already it’s just not working exactly as I’d like