Commit bed8b847 by BellCodeEditor

save project

parent 771ef7b5
Showing with 2 additions and 2 deletions
...@@ -4,4 +4,4 @@ with open("sales_list.txt","r",encoding="utf-8")as f: ...@@ -4,4 +4,4 @@ with open("sales_list.txt","r",encoding="utf-8")as f:
for i in nr: for i in nr:
data = i.split() data = i.split()
print("姓名:"+data[0] print("姓名:"+data[0]
print(1:) print(data[1:])
\ 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