In [1]:
ls
In [29]:
f = open("tmp",'r')
In [30]:
for line in f:
r,w,d= line.split('\t')
if d == "29\n":
print r,w,d
In [17]:
In [ ]: