import fileinput
with fileinput.input(files=(path1,path2)) as f:
    for line in f:
        print(line)

  

相关文章:

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