Commit 6b5fe034 by BellCodeEditor

auto save

parent f9709ad6
Showing with 3 additions and 0 deletions
......@@ -3,3 +3,6 @@ with open("sales_list.txt","r",encoding='utf-8') as file1:
for i in a:
i=i.split()
print(i)
a=i[1:]
b=0
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