How can i do this in Python?

NoName zaz600 at gmail.com
Wed Jan 24 23:25:43 EST 2007


perl -ane "print join(qq(\t), at F[0,1,20,21,2,10,12,14,11,4,5,6]).qq(\n)"
file.txt

-a autosplit mode with -n or -p (splits $_ into @F)
-n assume "while (<>) { ... }" loop around program




More information about the Python-list mailing list