Commit c68a03bf by BellCodeEditor

save project

parent b0206baf
Showing with 4 additions and 2 deletions
...@@ -3,5 +3,6 @@ with open(r"c:\Users\23636\Documents\lesson13_2\sales_list.txt",'r',encoding='ut ...@@ -3,5 +3,6 @@ with open(r"c:\Users\23636\Documents\lesson13_2\sales_list.txt",'r',encoding='ut
#print(a) #print(a)
for i in a: for i in a:
print(i) t=i.split()
print(t[0])
print(t[1:])
\ 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