Writeing new files

eber kain eberkain at earthlink.net
Wed Aug 29 15:25:09 EDT 2001


When i run this code 

name= Create('Name')
file= open('%s.btv' % name, "w")

i end up with a file name that has a set of ' ' around the name like so

'Name'.btv

How can i fix this?



More information about the Python-list mailing list