gpt4 book ai didi

python - 使用 open() 时为 "ValueError: embedded null character"

转载 作者:太空狗 更新时间:2023-10-29 20:28:20 26 4
gpt4 key购买 nike

我在大学学习 Python,但我被当前的作业困住了。我们应该取 2 个文件并进行比较。我只是想打开文件以便使用它们,但我一直收到错误 "ValueError: embedded null character"

file1 = input("Enter the name of the first file: ")
file1_open = open(file1)
file1_content = file1_open.read()

这个错误是什么意思?

最佳答案

您似乎对字符“\”和“/”有疑问。如果您在输入中使用它们 - 尝试将一个更改为另一个...

关于python - 使用 open() 时为 "ValueError: embedded null character",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33977519/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com