lst = [] with open("1.txt",'r') as f: lst = f.readlines() i = 0 for l in lst: print(l.strip(), end="\t") i = i + 1 if i % 4 == 0: print("")
安排,满足你