标签: python syntax
为什么第二个语句是语法错误,而第一个语句不是?
>>> [] = () >>> () = [] File "<stdin>", line 1 SyntaxError: can't assign to ()