Commit 640d7b61 by BellCodeEditor

save project

parent 906cc542
Showing with 4 additions and 3 deletions
with open(r"c:\Users\松鼠\Documents\lesson13-1\sales_list.txt","r","encoding=Utf-8")as file: with open (r"c:\Users\松鼠\Documents\lesson13_2\sales_list.txt","r",encoding="Utf-8") as file:
a=file.read() a=file.readlines()
print(type(a[3:5])) print(a)
\ 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