Commit 70b0175f by BellCodeEditor

auto save

parent 8de1e26c
Showing with 2 additions and 2 deletions
jg=open(r'c:\Users\Administrator\Desktop\sales_list.txt','r',encoding='utf-8') jg=open(r'c:\Users\Administrator\Desktop\sales_list.txt','r',encoding='utf-8')
b=jg.readlines() b=jg.readlines()
for i in b: for i in b:
print(i) data=i.split()
\ 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