Commit 7a1bfcbe by BellCodeEditor

save project

parent 180ca805
Showing with 3 additions and 1 deletions
......@@ -3,4 +3,6 @@ with open(r'c:\Users\86166\Documents\lesson13-1\sales_list.txt','r',encoding='ut
#print(a)
for i in a:
file2=i.split()
print(file2[1:])
name_list=file2[0]
money_list=file2[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