Commit 7c9f01c3 by BellCodeEditor

save project

parent 4252efcc
Showing with 297 additions and 2 deletions
......@@ -2,4 +2,299 @@ with open(r'c:\Users\玛酷机器人\Documents\lesson13-1\sales_list.txt','r',en
c=a.readlines()
for i in c:
print(i)
\ No newline at end of file
b=i.split()
print(b)
\ 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