Commit 5a5b8127 by BellCodeEditor

auto save

parent 4c19bfc0
Showing with 6 additions and 1 deletions
......@@ -10,5 +10,9 @@ a=file1.read()
print(a)
for i in a:
if '小强:12本' in a:
a.replace('2','1')
print('q')
if '李明:15本' in a:
print('w')
break
file1.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