Commit c415cd8f by BellCodeEditor

save project

parent dc22b1a3
Showing with 11 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是大傻逼")
with open(r"C:\Users\客家话吧\Desktop\刘艺航.txt","r",encoding="UTF-8")as w:
k = w.read()
print(k)
for i in w:
if "打开这个的是傻逼" in i:
print("kkkkk")
\ 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