>>> 0 + not 0 File "<stdin>", line 1 0 + not 0 ^ SyntaxError: invalid syntax >>>
What is syntactically wrong with 0 + not 0? -- https://mail.python.org/mailman/listinfo/python-list
>>> 0 + not 0 File "<stdin>", line 1 0 + not 0 ^ SyntaxError: invalid syntax >>>
What is syntactically wrong with 0 + not 0? -- https://mail.python.org/mailman/listinfo/python-list