Commit 2eda26d7 by BellCodeEditor

save project

parent 9a8afd0e
Showing with 5 additions and 4 deletions
with open(r'C:\Users\Administrator\Desktop\text.txt','a', encoding='utf-8')as file: with open(r'C:\Users\Administrator\Desktop\text.txt','r', encoding='utf-8')as file:
for data in file:
file.write('李明:9\n') if'小丽:11本'in data:
\ No newline at end of file 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