func one_mode(arr) { arr.max_by{|i| arr.count(i)}; }