Commit bf7aad7a by BellCodeEditor

auto save

parent 32fd9b01
Showing with 4 additions and 2 deletions
......@@ -3,4 +3,6 @@
with open(r'c:\Users\maku\Desktop\sales_list.txt','r',encoding='utf-8')as fill1:
d=fill1.readlines()
for i in d:
print(i)
\ No newline at end of file
c=i.split()
print(c)
\ 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