I'm doing a Python script and I'm getting a msg error that I can not resolve
I'm doing a Python script and I'm getting a msg error that I can not resolve
Error msg: MemoryError Command exited with non-zero status (1)
I tried to use the map:
x = list (map (int, input (). split ()))
Error msg: MemoryError Command exited with non-zero status (1)
Usually the entries do not exceed 10,000 numbers and the computer has 32GB of RAM? What can I do, the OS is 64Bits?
My dear, your script is not wrong, I tested it myself in my compiler and accepted it correctly, something must be happening with your compiler or related thing, since I just tested and did not give any error, if want to send pictures could be easier to help.