def write_authors(): data = utils.read_file(source_file) dic = get_authors(data) for k in dic: print(k, dic[k])