How to get a object with a key from a list of objects python?
Answers
Answered by
0
key1 \t value1 key2 \t value2
I thought I could maybe do it like this:
for i in d: print d.keys(i), d.values(i)
I thought I could maybe do it like this:
for i in d: print d.keys(i), d.values(i)
Similar questions
History,
7 months ago
Math,
7 months ago
Math,
7 months ago
Computer Science,
1 year ago
Physics,
1 year ago