“ValueError: embedded null character” when using open()

后端 未结 4 1157
一整个雨季
一整个雨季 2021-01-04 06:48

I am taking python at my college and I am stuck with my current assignment. We are supposed to take 2 files and compare them. I am simply trying to open the files so I can

4条回答
  •  Happy的楠姐
    2021-01-04 07:32

    It seems that you have problems with characters "\" and "/". If you use them in input - try to change one to another...

提交回复
热议问题