我在 Windows 上,我的目录中不存在任何文件。
我很难弄清楚原因:
fid = open('L01A.txt', 'x') fid.write('A') fid.close() fid = open('L01a.txt', 'x') fid.write('a') fid.close()
给我:
[错误 17] 文件存在:'L01a.txt'。
python naming
naming ×1
python ×1