Quantcast
Channel: Python - Programmers Heaven
Viewing all articles
Browse latest Browse all 140

tuple of list/tuple pointing to list

$
0
0
[code] logg = 'c:\tmp\Logg\12-12-13.txt'
f=open(logg,'r')
file = f.readlines()
f.close
Data={}
feltypen=()

for line in open(logg):

if len(line)>142:
grab= (line)
#d

Viewing all articles
Browse latest Browse all 140

Trending Articles