Commit 1c18c2e0 by BellCodeEditor

save project

parent dfac29cf
Showing with 2000 additions and 2 deletions
......@@ -2,8 +2,64 @@ with open (r"c:\Users\丽达6号\Documents\lesson13-1\sales_list.txt",'r',encodi
data=file.readlines()
for i in data:
a = i.split()
print(a[0])
print(a[1:])
print(a[0[1:])
......@@ -10999,3 +11055,1945 @@ for i in data:
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