Commit 6b10aba4 by BellCodeEditor

save project

parent a8d02629
Showing with 15 additions and 0 deletions
# 写入同学们的捐赠明细:'小兰:12本'、'小丽:11本'、'李文:9本'、'张伟:16本'
#with open(r"C:\Users\客家话吧\Desktop\刘艺航.txt","a",encoding="UTF-8")as w:
#w.write("\n骗你的\n是大傻逼")
q=""
with open(r"C:\Users\客家话吧\Desktop\刘艺航.txt","r",encoding="UTF-8")as w:
#k = w.read()
#print(k)
for i in w:
i=i.replace("打开这个的是傻逼","打开这个的是大傻逼")
#if "打开这个的是傻逼" in i:
#print("kkkkk")
q+=i
with open(r"C:\Users\客家话吧\Desktop\刘艺航.txt","w",encoding="UTF-8")as w:
w.write(q)
\ 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