Commit c89eb46e by BellCodeEditor

save project

parent 32bc7d55
Showing with 2 additions and 2 deletions
......@@ -2,4 +2,4 @@ with open(r'C:\Users\Administrator\Desktop\sales_list.txt.doc','r',encoding='UTF
s=file1.readlines()
print(type(s[1:4]))
for i in s:
print(s)
\ No newline at end of file
print(i)
\ 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