Commit 8a1f1bc3 by BellCodeEditor

auto save

parent f9be9f40
Showing with 3 additions and 3 deletions
with open() as f:
with open('sales_list.txt','r',encoding='utf-8') as f:
r=f.readlines()
print(r)
\ No newline at end of file
for i in r:
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