Commit 2e9e6f6d by BellCodeEditor

save project

parent 29ede7c9
Showing with 4 additions and 3 deletions
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
#file1.write('张伟:16本\n') #file1.write('张伟:16本\n')
#file1.close() #file1.close()
with open(r'C:\Users\HP\Desktop\book.txt','a',encoding='utf-8') as file1: with open(r'C:\Users\HP\Desktop\book.txt','r',encoding='utf-8') as file1:
file1.write('小强:12本\n') for data in file1:
file1.write('李明:15本\n') if '小兰:12本' in data:
print("数据在文档中")
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