Comment on Python bug: Can assign [] = (), but not () = []parentComments−janzer11yNot entirely sure of your point but...Python 3.4.0 (default, Apr 11 2014, 13:05:11)[GCC 4.8.2] on linuxType "help", "copyright", "credits" or "license" for more information.>> (True, False) = (False, True) File "<stdin>", line 1 SyntaxError: can't assign to keyword
Comments
Not entirely sure of your point but...
Python 3.4.0 (default, Apr 11 2014, 13:05:11)
[GCC 4.8.2] on linux
Type "help", "copyright", "credits" or "license" for more information.
SyntaxError: can't assign to keyword