Answer the question
In order to leave comments, you need to log in
How to properly deal with lists?
Good afternoon Python3 and generator gurus.
l1 = [1,3,5]
l2 = [1,2,3,4,5]
l3 = [generator]
and l3 should contain [2,4], i.e. remove elements l1 from elements of l2...
Which one should be a generator?
Please help! I lost the source, where I made this thing for myself, now I need to do it again =(
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question