Commit 905a8a01 by BellCodeEditor

save project

parent dfdb96a9
Showing with 4 additions and 4 deletions
with open(r'c:\Users\CM\EDZ\Documents\sales_list.txt','r',encoding='utf-8')as file with open(r'c:\Users\EDZ\Desktop\aa.txt','r',encoding='utf-8') as aa:
a=file.readlies() a=aa.readlines()
for i in a: for i in a:
print(i) 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