Commit 35d370c6 by BellCodeEditor

save project

parent ce4f938c
Showing with 6 additions and 2 deletions
# with open(r'c:\Users\Windows 10\Documents\lesson13-1\sales_list.txt','r',encoding='utf-8') as a:
# aaa=a.read()
# print(aaa)
with open(r'c:\Users\Windows 10\Documents\lesson13-1\sales_list.txt','r',encoding='utf-8') as a: with open(r'c:\Users\Windows 10\Documents\lesson13-1\sales_list.txt','r',encoding='utf-8') as a:
aaa=a.read() aaa=a.read()
print(aaa) print(type(aaa[3:5]))
\ 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