Commit 7200feef by BellCodeEditor

save project

parent f3468a2e
Showing with 0 additions and 8 deletions
fiel1=open('C:\\Users\\Administrator\\Desktop\\test.txt','w',encoding='utf-8')
fiel1.write('gjegsr:-10101010101010100\n')
fiel1.close()
with open('C:\\Users\\Administrator\\Desktop\\test.txt','r',encoding='utf-8') as fiel1:
for data in fiel1:
if'gjegsr:-10101010101010100'in data:
print("hufgi")
\ 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