Computer Science, asked by mritunjoy7156, 1 year ago

How to get a object with a key from a list of objects python?

Answers

Answered by amritanshu6
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)
Similar questions