On Wednesday, May 10, 2017 at 8:25:25 PM UTC+1, [email protected] wrote:
You've all ready had some answers, but are you after something like this?
for elem in mylist:
if someThing(elem) is True:
continue.
Kindest regards.
Mark Lawrence.
--
https://mail.python.org/mailman/listinfo/python-list
