import sys

for line in sys.stdin:
        line = line.strip('\n\r').split('\t')
        print("{0}\t{1}\1{2}\1{3}\1{4}\t{5}".format(line[0], line[2], line[3], line[4], line[5], line[11]))

cat train.txt |python xxx.py > output.txt

相关文章:

  • 2021-12-12
  • 2022-12-23
  • 2022-12-23
  • 2021-06-13
  • 2022-12-23
  • 2021-08-15
  • 2022-12-23
猜你喜欢
  • 2021-11-29
  • 2021-07-26
  • 2022-01-01
  • 2021-12-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案