Commit 7b1df50a by BellCodeEditor

save project

parent bde07e10
Showing with 6 additions and 0 deletions
with open(r"C:\Users\23636\Desktop\book.txt",'r',encoding='utf-8')as wenjian:
for i in wenjian:
print(i)
if "小强:12本" 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