Question: My problem is I have a list and want to remove some strings in it. but when I remove the first time it’s OK. but the second time, it removes the string but bring back the first one. do ...
Question: I have a list of values: I need to remove from the list the elements between “start” and “stop” (boundaries included). The output should be something like: I tried something like this: but it’s not working. Can you help ...