Commit 322c3992 by BellCodeEditor

save project

parent 0ec3f976
Showing with 3 additions and 4 deletions
with open(r'C:\Users\Administrator\Desktop\sales_list.txt.doc','r',encoding='UTF-8') as file1: with open(r'C:\Users\Administrator\Desktop\sales_list.txt.doc','r',encoding='utf-8') as file1:
s=file1.readlines() f=file1.readline(1)
print(type(s[1:4])) print(f)
pint(str.split())
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