Commit b92c385c by BellCodeEditor

auto save

parent af406c84
Showing with 13 additions and 0 deletions
with open(r"c:\Users\lenovo\Documents\lesson13-3\sales_list.txt",'r',encoding='utf-8') as b:
a=b.readline()
for s in a :
sb=s.split()
print(sb)
\ No newline at end of file
余 12 12 12 12 23 23 23 34 34
余 12 12 12 12 23 23 23 34 34
余去 12 12 12 12 23 23 23 34 34
跳跃 12 12 12 12 23 23 25 34 34
余 12 12 12 12 23 23 24 31 31
余 12 12 12 12 23 23 23 34 34
\ 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