38 views
Problem: For the following two lists: 1stlist = [-5, 10, -8, 16, -20] 2ndlist = [-24, 33, -55, -90, 11] I wrote a pyhton program where I can Count positive and negative numbers in this two lists : 1stlist = [-5, 10, -8, 16, -20] 2ndlist = [-24, 33, ... py_compile.PyCompileError: File "./prog.py", line 1 1stlist = [-5, 10, -8, 16, -20] ^ SyntaxError: invalid syntax How can I solve this problem?
asked
Jun 1, 2020
samhaz
5k points