• + 1 comment

    Hello, i'am tring your solution in my machine, but i get error message from the compiler :

    3 12 22 24 Traceback (most recent call last): File "meanMedianMode.py", line 5, in numbers = [list(map(int, input().split()))] File "", line 1 12 22 24 ^ SyntaxError: invalid syntax

    I already trying to figure out what is wrong with this code but i'am still can not found the bugs. May you help me ?