Commit 85e369e8 by BellCodeEditor

save project

parent 47601f6d
Showing with 5 additions and 0 deletions
...@@ -6,3 +6,8 @@ with open(r"C:\Users\双师05\Desktop\捐赠.txt",'w',encoding = 'utf-8') as fil ...@@ -6,3 +6,8 @@ with open(r"C:\Users\双师05\Desktop\捐赠.txt",'w',encoding = 'utf-8') as fil
file1.write('张伟:16本\n') file1.write('张伟:16本\n')
file1.write('俞老师:-100000000000000000000000000000000000000000000000000000000000000000000000000000000000000本\n') file1.write('俞老师:-100000000000000000000000000000000000000000000000000000000000000000000000000000000000000本\n')
with open(r"C:\Users\双师05\Desktop\捐赠.txt",'r',encoding = 'utf-8') as f:
for data in f:
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