Commit d24e2d2b by BellCodeEditor

auto save

parent 3cec5d70
Showing with 15 additions and 1 deletions
ij=open(r'c:\Users\makcoo\Documents\lesson13-1\sales_list.txt','r',encoding='utf-8')
a=ij.readlines()
print(a)
#print(a)
for i in a:
with open(r'c:\Users\makcoo\Documents\lesson13-1\sales_list.txt','r',encoding='utf-8')
\ 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