Commit 4a01fb92 by BellCodeEditor

save project

parent 113fdef2
Showing with 2 additions and 2 deletions
......@@ -3,9 +3,9 @@ with open(r"c:\Users\EDZ\Documents\lesson13-1\sales_list.txt","r",encoding="utf-
#print(a)
for i in a:
print( i )
www=i.split()
www=i.split()
print(www[0])
print(www[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