Commit 5840fe69 by BellCodeEditor

auto save

parent a3d13eeb
Showing with 8 additions and 0 deletions
# with open(r'C:\Users\EDZ\Desktop\wwww.txt','r',encoding="utf-8") as file:
# for data in file:
# if '小米:10本' in data:
# print('数据在文本里')
with open(r'C:\Users\EDZ\Desktop\wwww.txt','r',encoding="utf-8") as file:
a = file.read()
print(a)
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