x = [1, 2, 3, 4, 5]x[::2] = [10, 20, 30]print(x) Наш уютный чатик#Pythont.me/pythontest_it/9220TranslateSeptember 3, 2026 188