for i in range(0,dy): number=list[dx][i] numSelect.remove(number)
So, basically, I have this list (numSelect), [1,2,3,4], and I have this other list (list) with any of the numbers from 0 to 4. For however many numbers I have in list, I want it look at each number, and delete that number from numSelect (except 0, because numSelect doesn't have that number).

New Topic/Question
Reply



MultiQuote



|