Commit f21a9b09 by BellCodeEditor

save project

parent 18a23028
Showing with 3 additions and 2 deletions
...@@ -19,7 +19,7 @@ list = open(r"c:\Users\EDZ\Documents\lesson13-1\sales_list.txt",'r',encoding='ut ...@@ -19,7 +19,7 @@ list = open(r"c:\Users\EDZ\Documents\lesson13-1\sales_list.txt",'r',encoding='ut
a = list.readlines() a = list.readlines()
print(a) print(a)
for i in list: for i in a:
print([i])
list.close() list.close()
\ 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