from utils import append_column_fast2 result = append_column_fast2('../Data/temp/1.txt', ['4','5','6']) print(result)