Commit 670ad095 by BellCodeEditor

auto save

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