Comment on Python bug: Can assign [] = (), but not () = []parentComments−arjn11yWaaa! ... I just did that using 2.7 idle and it worked. This is new for me.I got stuck for a while trying to back out. Finally figured the way to reverse is to use del(): del(True) del(False).−adregan11yYou could also do True = True == True. It's like Dorothy clicking her heels together three times.
Comments
Waaa! ... I just did that using 2.7 idle and it worked. This is new for me.
I got stuck for a while trying to back out. Finally figured the way to reverse is to use del(): del(True) del(False).
You could also do True = True == True. It's like Dorothy clicking her heels together three times.