On 01/10/2010 23:29, Burton Samograd wrote:
flebber<[email protected]> writes:But where is this saving the imported file and under what name?Looks like samples.csv:f = open('samples.csv', 'w')
It'll be in the current working directory, which is given by:
os.getcwd()
--
http://mail.python.org/mailman/listinfo/python-list
