Jak podzielić sznur na słownik w Pythonie

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