at 2:33:35,
it is being said that SORT on a LIST is done based on the key, but aren’t we sorting it by value?
Or what has been implied is that we have interchanged value and key with each other of dictionary items while appending it to another empty list?
Thanks.