txt = open("statistics.csv")
不断收到此错误,FileNotFoundError: [Errno 2] No such file or directory: 'statistics.csv',但该文件与 main.py 位于同一文件夹中
Projects:
US_statistics:
statistics.csv
main.py
尝试使用路径
C:\Users\user_name\OneDrive\Documents\CODE\Programs\Python\Projects\US_statistics\statistics.csv
但我仍然得到同样的错误。
使用 os.getcwd 和 os.path.realpath( file ) 并且路径与文件所在的位置匹配。