How to convert a file into a dictionary?
I have a file comprising two columns, i.e.,
开发者_高级运维
1 a
2 b
3 c
I wish to read this file to a dictionary such that column 1 is the key and column 2 is the value, i.e.,
0
0
0
加载中,请稍侯......
精彩评论