Commit c8d60f5f by BellCodeEditor

save project

parent 43549736
Showing with 1 additions and 0 deletions
......@@ -3,4 +3,5 @@ with open(r'C:\Users\lenovo\Desktop\sales_list.txt','r',encoding='utf-8') as fil
for i in a:
data=i.split()
print(data[0])
print(data[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