Commit c08fc39c by BellCodeEditor

save project

parent 2f588f51
Showing with 5 additions and 5 deletions
with open(r'c:\Users\86347\Documents\lesson13-1\sales_list.txt',"r",uncodind="utf-8") as ss: with open(r'c:\Users\86347\Documents\lesson13-1\sales_list.txt',"r",encoding="utf-8") as ss:
a=readlines(ss) a=ss.readlines()
for i in a: for i in a:
aa=i.split(i[1:]) aa=i.split()
print(i) print(aa[1:])
\ No newline at end of file \ 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