Commit 080d7ecf by BellCodeEditor

auto save

parent 96c1953a
Showing with 1 additions and 1 deletions
...@@ -2,7 +2,7 @@ file=open(r'c:\Users\cc\Documents\lesson13-1\sales_list.txt','r',encoding='utf-8 ...@@ -2,7 +2,7 @@ file=open(r'c:\Users\cc\Documents\lesson13-1\sales_list.txt','r',encoding='utf-8
h=file.readlines() h=file.readlines()
#print(h) #print(h)
for i in a: for i in h:
data=i.split() data=i.split()
print(data[1:]) print(data[1:])
......
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