woo yoo added the comment: code : >>> if 1<2<3:print(123);print(op);print(opi);
Output: 123 Traceback (most recent call last): .... NameError:name 'op' is not defined The third 'print' call hasn't been executed. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue28976> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com