Commit 6724a849 by BellCodeEditor

save project

parent 2c01f07e
Showing with 9 additions and 4 deletions
with open(r"C:\Users\WeiBo\Desktop\teft2.txt","r",encoding="utf-8") as filel :
for data in filel:
if"小强:10本"in data:
print("数据在文件中")
\ No newline at end of file
f=open(r'C:\Users\WeiBo\Desktop\teft2','a',encoding='utf-8') with open(r'C:\Users\WeiBo\Desktop\teft2','a',encoding='utf-8') as f:
f.write("ss\n")
f.close() f.write("小狼:22本\n")
\ No newline at end of file \ 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