view test-data/nice1tab.py @ 13:35aedbe548b9 draft

Uploaded
author arkarachai-fungtammasan
date Sun, 24 Jul 2016 17:56:49 -0400
parents 07588b899c13
children
line wrap: on
line source

import sys
fd=open(sys.argv[1])
lines=fd.readlines()
for line in lines:
    temp=line.strip().split()
    print '\t'.join(temp)