items « Dictionary « Python Tutorial






8.13.items
8.13.1.items method returns all the items as a list of items in the form of (key, value).
8.13.2.Retrieving dictionary value list