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