Python Assignment Quirk W/ List Index Assign, Dict Index Assign, And Dict.get
In ruby 2.4: x = ['a'] y = {} x[0] = y[x[0]] = y.fetch(x[0], y.length) puts y #=> {'…
Read more
Python Assignment Quirk W/ List Index Assign, Dict Index Assign, And Dict.get