Commit 6ad7b2d8 by BellCodeEditor

save project

parent 19aa7945
Showing with 11 additions and 4 deletions
filte1 = openn(r"C:\Users\Administrator\Desktop\text.txt",'a',encoding="utf-8") # filte1 = open(r"C:\Users\Administrator\Desktop\text.txt",'a',encoding="utf-8")
filte1.write('股东会gas应对法') # file1.write("ydgydg")
file1.close() # file1.close()
\ No newline at end of file a = open (r'C:\Users\Administrator\Desktop\text.txt',"r",encoding="utf-8")
b=a.read()
if "ydgydg" in b:
print("gfyfddd")
\ 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