Commit 852791e9 by BellCodeEditor

save project

parent 419d4049
Showing with 3 additions and 2 deletions
with open(r'\Users\Administrator\Desktop\sales_list.txt','r',encoding='UTF-8') as file1: with open(r'c:\Users\Windows 7\Documents\lesson13_2\sales_list.txt','r',encoding='UTF-8') as file1:
a = file1.readlines() a = file1.readlines()
for i in a: for i in a:
print(i) data = i.split()
print(data[1:])
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