欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UX

程序员文章站 2022-06-15 13:41:07
...

python使用模块os查看文件列表时报错
SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UX
解决方法:
修改文件路径C:\Users\fan\Desktop类似所有‘\’都需要解析

os.listdir('C:\\Users\\fan\\Desktop') 即可
相关标签: python