18.03.19 22:52, Wes Turner пише:
>>> True = 1 File "<stdin>", line 1 SyntaxError: can't assign to keyword
The error message will be changed in 3.8. >>> True = 1 File "<stdin>", line 1 SyntaxError: cannot assign to True _______________________________________________ Python-ideas mailing list Python-ideas@python.org https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/