我在桌面上建立了'test.csv'的wps文件,想把数据保存到这里面,但是为什么这段代码是在pycharm中建立了一个test.csv文件,我应该怎么做
刚学,真的不懂
Just replace the first parameter of open with the path of test.csv on the desktop
open
Just replace the first parameter of
open
with the path of test.csv on the desktop