Tuple list from dict in Python

Viewed 78612

How can I obtain a list of key-value tuples from a dict in Python?

5 Answers
Related