Commit 86460bad by BellCodeEditor

save project

parent dc22b1a3
Showing with 6 additions and 0 deletions
with open(r"C:\Users\86185\Desktop\book.txt",'r',encoding='UTF-16') as f:
b=input("请输入要查询的人:")
for i in f:
if b in i:
print("找到了")
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment