User Tools

Site Tools


programming:python:dictionary

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
programming:python:dictionary [2022/06/06 10:13] levorprogramming:python:dictionary [2022/06/06 18:29] (current) levor
Line 15: Line 15:
 |d.has_key(key)|returns a boolean value: True if key exists, else -> False| |d.has_key(key)|returns a boolean value: True if key exists, else -> False|
 |d.keys()|returns a list of the keys: [key1, key2, ...]| |d.keys()|returns a list of the keys: [key1, key2, ...]|
-|d.values()|returns a list of the values: [val1, val2, ...]|+|d.values()|returns an **iterable** of the values|
 |d**.items()**|returns a list of tuples: [(key1,val1),(key2,val2),...]| |d**.items()**|returns a list of tuples: [(key1,val1),(key2,val2),...]|
 |d.update(d2)|add all d2 //key,value// pairs to d| |d.update(d2)|add all d2 //key,value// pairs to d|
programming/python/dictionary.1654510429.txt.gz · Last modified: 2022/06/06 10:13 by levor