gpt4 book ai didi

python-2.7 - 带有 IOError : [Errno 0] Error 的 python 打印

转载 作者:行者123 更新时间:2023-12-04 00:45:46 29 4
gpt4 key购买 nike

ll=[]
for ii in range(26):
ll.append(chr(97+ii))

for ii in range(10000):
print ll

我这样打印的时候会报错,为什么?!

['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z']
['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z']
['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z']
['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r'Traceback (most recent call last):
File "e:/czh/python/test.py", line 7, in <module>
print ll
IOError: [Errno 0] Error

最佳答案

这是 Windows 10 版本 1803 中修复的 Windows 错误。(请参阅 https://bugs.python.org/issue32245https://github.com/Microsoft/vscode/issues/36630#issuecomment-385759625)

当使用调用 WriteFile 的代码路径时,它会影响 Python 3.6+,即 os.write 和遗留标准 I/O 模式,并且总是会影响 Python 2.7 和 Python 3.5。

关于python-2.7 - 带有 IOError : [Errno 0] Error 的 python 打印,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49687896/

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