I have a list of integers. I need to add a value
to all the elements in the the list.
This addition on the list must happen n times and I need a print of all the values
I have x elements in the list. So i typically created a array of x and all the elements with value n. Unable to create a loop to execute the process though in python?