On Jul 26, 2:32 pm, John Machin <[EMAIL PROTECTED]> wrote: > On Jul 27, 7:19 am, Rohan <[EMAIL PROTECTED]> wrote: > > > f = open("/home/t/tp/va/e7.csv", "ab") > > a means Append -- you are appending the data that you expect to the > EXISTING contents of the file.
Hello John, Yea silly mistake, write mode will do. thanks -- http://mail.python.org/mailman/listinfo/python-list