Commit 32fd9b01 by BellCodeEditor

save project

parent 406da580
Showing with 4 additions and 2 deletions
#fill1=open(r'c:\Users\maku\Desktop\sales_list.txt','r',encoding='utf-8') #fill1=open(r'c:\Users\maku\Desktop\sales_list.txt','r',encoding='utf-8')
#fill1.read() #fill1.read()
with open(r'c:\Users\maku\Desktop\sales_list.txt','r',encoding='utf-8')as fill1: with open(r'c:\Users\maku\Desktop\sales_list.txt','r',encoding='utf-8')as fill1:
fill1.read() d=fill1.readlines()
\ No newline at end of file for i in d:
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