Commit 342859dc by BellCodeEditor

save project

parent f413468b
Showing with 6 additions and 1 deletions
......@@ -2,4 +2,8 @@ with open (r'c:\Users\ycl77\Documents\lesson13-1\sales_list.txt','r',encoding="U
h = aba.readlines()
# print(h)
for i in h :
print(i)
# print(i)
a = i.split()
# print(a)
name = a[0]
money = a[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