Tuesday, June 14, 2016
SyntaxError: Not a Chance ↦
Guido van Rossum, creator of the Python programming language, mentioned on Twitter what his favorite error message in Python is:
My favorite Python error message:
>>> from __future__ import braces File "<stdin>", line 1 SyntaxError: not a chance
Bingo.