Commit 58544168 by BellCodeEditor

save project

parent 5477fc95
Showing with 1 additions and 1 deletions
...@@ -6,7 +6,7 @@ s2.write('nmb') ...@@ -6,7 +6,7 @@ s2.write('nmb')
s2.close() s2.close()
s=open(r'C:\Users\Administrator\Desktop\text.txt','r',encoding='utf-8') s=open(r'C:\Users\Administrator\Desktop\text.txt','r',encoding='utf-8')
b=s.read b=s.read
for i in s: for i in b:
if 'zxc' in b: if 'zxc' in b:
print('在里面') 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