Commit e8fd32a0 by BellCodeEditor

auto save

parent 966c3320
Showing with 2 additions and 2 deletions
......@@ -2,4 +2,4 @@ with open("sales_list.txt","r",encoding="utf-8") as file1:
data=file1.readlines()
for i in data:
a=i.split()
print(a[1:])
\ No newline at end of file
\ No newline at end of file
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