On Sat, 19 Mar 2016 12:36 pm, Chris Angelico wrote: > So unpacking will give you those keys - in an arbitrary order. Of > course, you don't care about the order when there's only one.
But what if you want the key in reverse order? # Standard order [key] = mydict # Reverse order [yɘʞ] = mydict -- Steven -- https://mail.python.org/mailman/listinfo/python-list