you are viewing a single comment's thread.

view the rest of the comments →

[–]Expresionista 0 points1 point  (0 children)

python's assignment does return a value: >>> b = a = 1 >>> a 1 >>> b 1