kavitha thankaian <[EMAIL PROTECTED]> wrote: > and i need the output also in the same input.txt
just add
import os
os.remove('in.txt')
os.rename('out.txt', 'in.txt')
---------------------------------
Don't be flakey. Get Yahoo! Mail for Mobile and
always stay connected to friends.-- http://mail.python.org/mailman/listinfo/python-list
