Commit 12d471f0 by BellCodeEditor

save project

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