摘要:
#读取两行 删除'卡号:'和 '卡密:'#保存到数组中 ' ' 隔开然后输出f = open('E:\\test1.txt')done = 0num = []while not done: aLine = f.readline().strip().replace('\n','').replace('卡号:','').replace('卡密:','') num.append(aLine)... 阅读全文
posted @ 2018-10-09 15:33
Osword
阅读(1076)
评论(0)
推荐(0)

浙公网安备 33010602011771号