Commit acc50582 by BellCodeEditor

save project

parent 32544f3b
Showing with 5 additions and 3 deletions
fil1=open('c:\\Users\\可可\\Documents\\lesson13-1\\sales_list.txt','w',encoding='utf-8') with open(r'C:\Users\EDY\Documents\lesson13-3\sales_list.txt','r',encoding='utf-8') as file:
fil1.close() a=file.readlines()
\ No newline at end of file for i in a:
newa=i.split()
print(newa[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