Do you think it is better to use generator or a list in this case ?
with open(\'department_names.txt\', \'r\') as dep_file: departments = (line.strip() fo