gpt4 book ai didi

python - 验证用户输入的文件名

转载 作者:行者123 更新时间:2023-12-01 03:11:44 26 4
gpt4 key购买 nike

import os
inF = open(input("Enter Filename: "),'r')
fname = (inF)
if os.path.isfile(fname):
print("file does exist at this time")
else:
print("no such file")

我想验证用户输入的文件是否存在,但每次该文件不存在时,都不会出现错误,但我收到回溯错误,而不是程序要求用户再次输入文件名。

最佳答案

因为你输入后立即打开它;您不给 isfile 函数运行的机会。

关于python - 验证用户输入的文件名,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42842568/

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