Contact: aviboots(AT)netvision.net.il
40,023 questions
51,970 answers
573 users
f = open("d:\info.dat", "x") ''' run: '''
f = open("d:\data.txt", "x") ''' run: FileExistsError: [Errno 17] File exists: 'd:\\data.txt' '''