Commit 0ec3f976 by BellCodeEditor

save project

parent c89eb46e
Showing with 1 additions and 3 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]))
for i in s:
print(i)
\ No newline at end of file
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