suppose there is a list A[1,2,3,4,5,6,7,8,9,10], and B[2,4,6] I want to modify A so A becomes A[1,3,5,7,8,9,10]. Dont use remove, as the A can have 10k numbers