Commit 15bfeb5d by BellCodeEditor

save project

parent fb757785
Showing with 7 additions and 0 deletions
......@@ -12,5 +12,12 @@ a:
with open(r"C:\Users\Administrator\Desktop\杰哥.txt","r",encoding='utf-8')as a:
b=a.read()
print(b)
with open(r"C:\Users\Administrator\Desktop\杰哥.txt","r",encoding='utf-8')as a:
for i in a:
if "jeige,屎了" in i:
print("inwjz")
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