标题:dict与list嵌套问题
只看楼主
波悠悠的菠萝
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2016-12-5
 问题点数:0 回复次数:0 
dict与list嵌套问题
就是我读取一个txt文本文件,想要以字典dict输出,然后对字典中的数据以list形式进行操作,该怎么用?
def dic():
    dictionary={}
    student_txt=open('E:\\工作文件\\python\\work\\StudentList_0.txt','r')
    for line in student_txt:
        line=line.strip().split('\t')
        dictionary[line[0]]=line[1]+' '+line[2]+' '+line[3]+'班'
    #print(dictionary)
    count=0
求指教!!!!
搜索更多相关主题的帖子: dictionary 文本文件 python count 
2016-12-05 10:46



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-471993-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.247057 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved