pythonreference.com
search statements, functions, methods, exceptions*
hide categoriesdict.items() | return iterator of key/value 2-item tuples |
dict.keys() | return iterator of dict keys |
dict.values() | return iterator of dict values |
subscript with a dict key | access/read a value associated with a dict key |
subscript with a dict key and value | add a key/value pair |