Hello guys
I need your help with an issue, probably this is a peace of cake for you, but I don’t know how to resolve it.
I have three lists, the first list contains characters and one of then is duplicated (the third position), I need delete this duplicated value in the first list, and add the third position value in the others list with the first position value.
I attach an image were you see the lists, node and code in python. This code add the value in the other lists but I don’t know how to delete it without an error in the for cycle.
May you help me?