Commit a9cec2ef by BellCodeEditor

save project

parent a90bf9a3
Showing with 9 additions and 2 deletions
with open(r'C:\Users\A22\Desktop\sales_list.tx','r',encoding='utf-8') as file: with open(r'C:\Users\A22\Desktop\sales_list.txt','r',encoding='utf-8') as file:
\ No newline at end of file a=file.readlines()
# print(a)
for i in a:
# print(i)
data=i.split()
print(data[1:])
\ 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