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