for example i have a list A [1, 2, 3, 4, 5, 6 ]
replace (2, 5) of list A with 2 => A [1, 2, 2, 2, 2, 6]
for example i have a list A [1, 2, 3, 4, 5, 6 ]
replace (2, 5) of list A with 2 => A [1, 2, 2, 2, 2, 6]
thank u!!
it doesnt work with lists
(i tried to import a pic, but it didnt work for some reason)