Commit a4ea179e by BellCodeEditor

auto save

parent 28762356
Showing with 4 additions and 2 deletions
with open('c:\\Users\\Lenovo\\Desktop\\sales_list.txt.txt',r,encoding='utf-8') as a: with open('c:\\Users\\Lenovo\\Desktop\\sales_list.txt.txt','r',encoding='utf-8') as j:
\ No newline at end of file a=j.readlines()
print(a[0:3])
\ 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