CSV Issue

John Machin sjmachin at lexicon.net
Thu Jul 26 17:32:29 EDT 2007


On Jul 27, 7:19 am, Rohan <vodela.... at gmail.com> 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.





More information about the Python-list mailing list