Commit c8a73d08 by BellCodeEditor

save project

parent 88daba2a
Showing with 1 additions and 1 deletions
...@@ -3,4 +3,4 @@ with open("sales_list.txt", "r", encoding='utf-8') as f1: ...@@ -3,4 +3,4 @@ with open("sales_list.txt", "r", encoding='utf-8') as f1:
for i in nr: for i in nr:
data = i.split() data = i.split()
print(i) 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