Computer Science, asked by venkatche495, 11 months ago

How to get key value from list dictionary string object in c#?

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