Commit 81cf6180 by BellCodeEditor

save project

parent aac46301
Showing with 1 additions and 1 deletions
......@@ -3,6 +3,6 @@ with open(r'c:\Users\GT\Documents\lesson13-1\sales_list.txt','r',encoding='utf-8
a=file.readlines()
for i in a:
p=i.split()
print(p)
print(p[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