Commit 73702362 by BellCodeEditor

save project

parent fd0a5d2b
Showing with 6 additions and 1 deletions
......@@ -6,4 +6,9 @@ filel = open(r'C:\Users\6460b\Desktop\歪100次.txt','a',encoding='utf-8')
filel.write('sb:歪100次\n')
filel.write('失败:歪100次\n')
filel.close()
for data in filel:
if '失败:歪100次'in data:
print('cao')
if 'sb:歪100次'in data:
print('cao')
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