我有一个主要功能,它从用户输入中搜索带有 2 个关键字的 txt 文件,如果找到它,它将打印 txt 文件中的行。
我想编写另一个函数(send_email),如果主函数在文件中找不到匹配的任何内容,它就会执行,我们将不胜感激。
def main_function():
with open("file.txt", "r") as f:
for line in f.readlines():
if line.startswith(area) and name in line:
print("\n" + "\n" + "SPP Location:" + "\n" + line + "\n")
main_function()
def send_email():
blah blah blah
if main_function is False:
send_email
一只萌萌小番薯
宝慕林4294392
莫回无
www说
相关分类