Hello!

Is it assured the following statement is always True?
If it is always True, in which version, python2.x or python3.x?

>>> a = dict()
...
>>> assert(a.values == [a[k] for k in a.keys()])
--> ?


Menghan Zheng
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to