Как разделить строку на словарь на питоне

dictionary = { index: sample for index, sample in enumerate(string.split(separator)) }
HAL's therapist