Commit c6e2bad3 by BellCodeEditor

auto save

parent 5c31cc29
Showing with 2 additions and 0 deletions
......@@ -3,4 +3,6 @@ with open(r'c:\Users\HP\Documents\lesson13-1\sales_list.txt','r',encoding='utf-8
for i in a:
data = i.split()
print(data[1:])
for i in data:
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