Commit 72eab24e by BellCodeEditor

auto save

parent b2402c1b
Showing with 2 additions and 1 deletions
......@@ -2,5 +2,6 @@ with open(r"c:\Users\86175\Documents\lesson13-1\sales_list.txt" ,"r",encoding="u
a=file1.readlines()
# print(a)
for i in a:
print(i)
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