Commit 2c79db96 by BellCodeEditor

auto save

parent 68f16dc8
Showing with 1 additions and 1 deletions
...@@ -2,5 +2,5 @@ with open(r'c:\Users\stu113\Documents\lesson13_2\sales_list.txt','r',encoding=' ...@@ -2,5 +2,5 @@ with open(r'c:\Users\stu113\Documents\lesson13_2\sales_list.txt','r',encoding='
a=file.readline() a=file.readline()
print(a) print(a)
for i in a: for i in a:
data=spild.i data=i.spilt
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