How to separate lines of data read from a textfile? Customers with their orders

后端 未结 0 809
有刺的猬
有刺的猬 2020-11-30 03:37

I have this data in a text file. (Doesn\'t have the spacing I added for clarity)

I am using Python3:

orders = open(\'orders.txt\', \'r\')
lines = order         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题