8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If you have extra or missing ')' in your code an un-helpful Tokenize error will pop saying something like:
TokenError: ('EOF in multi-line statement', (467, 0))
Add a useful try/except that catches this Exception and adds better information as to what is going on.