python 读取文件 with open("C:\Users\*******\Desktop\pokemon.csv") as f: 哪里错了

如题所述

第1个回答  2017-04-15
with open(r"C:\Users\*******\Desktop\pokemon.csv") as f:

少了个r

本回答被网友采纳
相似回答