Commit 6ab80aba by BellCodeEditor

save project

parent 762f467b
Showing with 6 additions and 5 deletions
......@@ -11,14 +11,14 @@ a=''
with open(r"C:\Users\Administrator\Desktop\book.txt",'r',encoding='utf-8') as sb:
for data in sb:
if '阿伟:16本' in sb:
34=34.replace('小兰:-133本','小丽:685809本')
ew=ew.replace('小兰:-133本','小丽:685809本')
if '李文:9本' in sb:
34=34.replace('李文:4568本','阿伟:155776本')
a +=34
ew=ew.replace('李文:4568本','阿伟:155776本')
a +=ew
with open(r"C:\Users\Administrator\Desktop\book.txt",'w',encoding='utf-8')as sb:
sb.write(new_34)
sb.write(new_ew)
with open(r"C:\Users\Administrator\Desktop\book.txt",'r',encoding='utf-8') as sb:
a=34.read()
a=ew.read()
print(a)
\ 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