Crummy BS Script

MRAB python at mrabarnett.plus.com
Fri Oct 1 19:27:31 EDT 2010


On 01/10/2010 23:29, Burton Samograd wrote:
> flebber<flebber.crue at gmail.com>  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()



More information about the Python-list mailing list