Commit c2930a5b by BellCodeEditor

save project

parent ddfb1bff
Showing with 2 additions and 3 deletions
...@@ -2,5 +2,4 @@ with open(r'c:\Users\Administrator\Documents\lesson13_2\sales_list.txt','w',enco ...@@ -2,5 +2,4 @@ with open(r'c:\Users\Administrator\Documents\lesson13_2\sales_list.txt','w',enco
a=file.readlines() a=file.readlines()
#print(a) #print(a)
for i in a: for i in a:
x=i.split() print(i)
print(x) \ No newline at end of file
\ 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