Commit 92888b41 by BellCodeEditor

save project

parent af406c84
Showing with 12 additions and 0 deletions
with open(r'c:\Users\Administrator\Documents\lesson13-3\sales_list.txt',"r",encoding="utf-8")as file:
a=file.readlines()
#print(a)
for i in a:
date=i.split()
print(date[1:])
\ No newline at end of file
l 8 9 7 6 4 5
k 7 89 456 87 98 8
h 12 34 5678 90 798 890
d 7 80 87 4 578 34
y 9 67 3 4 798 543
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