Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

.items() python

The items() method returns a view object. The view object contains the key-value pairs of the dictionary, as tuples in a list. The view object will reflect any changes done to the dictionary,
 
PREVIOUS NEXT
Tagged: #python
ADD COMMENT
Topic
Name
7+2 =