diff --git a/t13_mode1.py b/t13_mode1.py index 62cae51..9d3147d 100644 --- a/t13_mode1.py +++ b/t13_mode1.py @@ -2,7 +2,7 @@ import statistics -A = [19, 18, 46, 18, 18, 19] +A = [19, 18, 46, 18, 18, 16] print(statistics.mode(A)) # the above only works if there is only 1 mode