Загрузка данных
list1 = [66, 90, 39, 177] str1 = "любое" print(list1[::2]) #[66, 39] print(str1[::2]) # лбе срез [start:stop:step]