Ammar Askar <am...@ammaraskar.com> added the comment:
tuple + tuple is NOT tuple concatenation. It adds each individual member of the tuple. So for example (a, b) + (c, d) results in (a + c, b + d) ---------- nosy: +ammar2 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue39641> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com