Commit 0cd1765a by BellCodeEditor

save project

parent 72eab24e
Showing with 2 additions and 5 deletions
with open(r"c:\Users\86175\Documents\lesson13-1\sales_list.txt" ,"r",encoding="utf-8") as file1: with open(r"c:\Users\86175\Documents\lesson13-1\sales_list.txt" ,"r",encoding="utf-8") as file1:
a=file1.readlines() a=file1.read()
# print(a) print(a)
for i in a:
new_i=i.split()
print(new_i[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