Commit f32db570 by BellCodeEditor

save project

parent 9693e313
Showing with 2 additions and 2 deletions
...@@ -4,5 +4,4 @@ with open(r'E:\a','w',encoding='utf-8') as a: ...@@ -4,5 +4,4 @@ with open(r'E:\a','w',encoding='utf-8') as a:
with open(r'E:\a','r',encoding='utf-8') as a: with open(r'E:\a','r',encoding='utf-8') as a:
s=a.read() s=a.read()
for f in a: for f in a:
if '小强:10本' in a: print(f)
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