Commit bd8c8375 by BellCodeEditor

save project

parent dc22b1a3
Showing with 19 additions and 0 deletions
#a=open(r"C:\Users\悟空20\Desktop\新建文件夹\zhou.txt","a",encoding="utf-8")
#a.write("wzuishuai")
with open(r"C:\Users\悟空20\Desktop\新建文件夹\zhou.txt","r",encoding="utf-8")as a:
for i in a:
if "shuai" in i:
print("zai")
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