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. -- http://mail.python.org/mailman/listinfo/python-list
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. -- http://mail.python.org/mailman/listinfo/python-list