Commit 2a486f70 by BellCodeEditor

save project

parent 96096747
Showing with 11 additions and 5 deletions
file=open ("book.txt","a",encoding="utf=8")
file1.write('小兰:12本/n')
file1.write('李文:9本/n')
file1.close()
\ No newline at end of file
file=open ("book.txt","r",encoding="utf=8")
for data in file:
if '小兰:10本'in data:
print('在')
else:
print('不在')
if'小强:12本'in data:
print('在')
else:
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