Commit d7fbe852 by BellCodeEditor

save project

parent 7b5c82a8
Showing with 1 additions and 0 deletions
......@@ -6,6 +6,7 @@
# filel.write('sb:123\n')
# filel.close()
# '''
new_a=''
with open(r'C:\Users\Administrator\Desktop\姓陈的人是SB.txt','r',encoding='utf-8')as filel:
for date in filel:
if "sb:123" in date:
......
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