You are viewing a single comment's thread. Return to all comments →
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 ?
Seems like cookies are disabled on this browser, please enable them to open this website
Day 0: Mean, Median, and Mode
You are viewing a single comment's thread. Return to all comments →
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 ?