Commit 078372f7 by BellCodeEditor

save project

parent afd377f5
Showing with 4 additions and 2 deletions
with open('sales_list.txt','r',encoding='utf-8') as f:
file=f.read()
print(file)
file=f.readlines()
for i in file:
print(i)
......
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