Как печатать выбранные элементы из списка
selected_elements = [a_list[index] for index in indices]
Zany Zebra
selected_elements = [a_list[index] for index in indices]