Commit 1b79194f by BellCodeEditor

save project

parent e4dd4a83
Showing with 2 additions and 2 deletions
......@@ -7,8 +7,8 @@
#a.close()
with open(r'C:\Users\Administrator\Desktop\test.txt','r',encoding='utf-8') as a:
for data in a:
if '小小 :10本' in data :
for data in a:
if '小小:10本' in data :
print("在")
......
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