Commit 0a5b117b by BellCodeEditor

auto save

parent fa5b4772
Showing with 2 additions and 0 deletions
...@@ -2,4 +2,5 @@ with open(r"C:\Users\Administrator\Desktop\sales_list.txt",'r',encoding='utf-8') ...@@ -2,4 +2,5 @@ with open(r"C:\Users\Administrator\Desktop\sales_list.txt",'r',encoding='utf-8')
a=file1.readlines() a=file1.readlines()
#print(type(a[3:5])) #print(type(a[3:5]))
for i in a: for i in a:
d
print(i) 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