Commit a392f739 by BellCodeEditor

save project

parent 5c27f7e3
Showing with 8 additions and 0 deletions
......@@ -2,3 +2,10 @@ with open(r'C:\Users\Administrator\Desktop\新建文件夹\SSR.txt','a',encoding
for i in range(10):
er.write('小丽:11本/n')
er.write('李文:9本/n')
for i in er:
if '李文:9本' in er:
fg=open(r'C:\Users\Administrator\Desktop\新建文件夹\SSR.txt','r',encoding='GBK')
f=fg.read()
print(f)
fg.close()
\ 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