Commit b0175dbc by BellCodeEditor

save project

parent dde29f5a
Showing with 4 additions and 4 deletions
with open("seles_list.txt",'r',encoding='utf=8') as f1:
with open("sales_list.txt",'r',encoding='utf=8') as f1:
nr = f1.readlines()
for i in nr:
data = i.split()
print(data[1:])
\ No newline at end of file
print(i)
\ 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