9 ms·
Thanks solox3, are you referring to this line? ## .items() is the dict expressed as (key, value) tuples print dict.items() ## [('a', 'alpha'), ('o', 'omega'
by spilcm 14y ago
Thanks solox3, are you referring to this line?
## .items() is the dict expressed as (key, value) tuples
print dict.items() ## [('a', 'alpha'), ('o', 'omega'), ('g', 'gamma')]