Commit 6928bc07 by BellCodeEditor

auto save

parent 0cc37ad4
Showing with 13 additions and 0 deletions
with open(r'C:\Users\Administrator\Documents\lesson13_2\sales_list.txt','r',encoding='UTF-8')as file1:
a=file1.readlines()
#print(a)
for i in a:
#print(i)
data=i.split()
print(data[0])
print(data[1:])
dddd 12 45 67 89
wwww 65 89
rrr 67 94 90
llll 46 78 34 13
\ 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