Commit 39cfa91f by BellCodeEditor

save project

parent 6185c498
Showing with 5 additions and 3 deletions
with open(r'C:\Users\windows 7\Desktop\sales_list.txt','r',encoding='UTF-8')as file:
a=file.readlines()
print(a)
#print(a)
#for
\ No newline at end of file
for i in a:
new_i=i.split( )
print(new_i[1:])
\ 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