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