Commit 9b2aec8f by BellCodeEditor

save project

parent df707439
Showing with 2 additions and 2 deletions
...@@ -4,5 +4,5 @@ with open(r"c:\Users\ASUS\Desktop\sales_list.txt","r",encoding="utf-8") as a: ...@@ -4,5 +4,5 @@ with open(r"c:\Users\ASUS\Desktop\sales_list.txt","r",encoding="utf-8") as a:
for i in b: for i in b:
print(i) print(i)
c=i.split() c=i.split()
print(a[0]) print(c[0])
print(a[1:]) print(c[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