Thanks for answering my question in advanced... Sorry If I sound Stupid.
I popped an element from the middle of a list in python how do I re-insert it?
To be specific, I was learning to use Lists in Python. I popped an element from the middle of a list, but I am unable to figure out that how to re-insert or insert another element in between my list?
for example, I did
I am posting an image to clarify that... Link -->http://prntscr.com/kmt8z9

I popped an element from the middle of a list in python how do I re-insert it?
To be specific, I was learning to use Lists in Python. I popped an element from the middle of a list, but I am unable to figure out that how to re-insert or insert another element in between my list?
for example, I did
new_list.pop(0)and it popped the zeroth element but then I tried to re-insert the same element and I was unsuccessful, I don't know if there are any attributes that I don't know yet that does this but what if I popped an element from the middle of a List and I wanted to re-insert it to the same place, or If I wanted to add another element in the middle of my list, How exactly would I do that?
I am posting an image to clarify that... Link -->http://prntscr.com/kmt8z9