我正在尝试创建一个简单的python程序,它会向用户询问单词或短语,然后询问用户要查看的文件或文件夹或文档,然后说出该单词或短语出现的次数在哪里。
这是我的代码,但它似乎停止在我身上工作,我不知道为什么,也不知道python非常好。有人可以帮我解决这个问题并帮我制作上面解释的程序吗?
phrase_to_look_for = input("What phrase would you like to look for?")
file_to_search = file.open("my_file.txt")
contents_of_file = file_to_search.read()
if phrase_look_for in contents_of_file:
print("The word is in the file.")
else:
print("The phrase is not in the file.")
由于
答案 0 :(得分:0)
在bash中运行文件导致抛出多个错误。以下代码成功执行,我认为符合您的意图
outcome_id outcome_range
1 2,5
你原因崩溃的原因是你需要做raw_input以获得正确的输入。这导致文件没有属性打开文件的错误。在这种情况下不需要。刚开。