Open ejudgie opened 5 years ago
Shouldn't the output be "{5, 8, 7}"?
https://github.com/SigmaQuan/Better-Python-59-Ways/blob/9eaaba2539ca0b723442f9fcdf0455c7a1fe0584/item_07_list_not_map_filter.py#L61
The order of keys in Dictionary is not along with the initiation. And it is hash table structure.
Shouldn't the output be "{5, 8, 7}"?
https://github.com/SigmaQuan/Better-Python-59-Ways/blob/9eaaba2539ca0b723442f9fcdf0455c7a1fe0584/item_07_list_not_map_filter.py#L61