DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
get the first item from an iterable that matches a condition
a = [] item = next((x for x in a), None)
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#item
#iterable
#matches
#condition
ADD COMMENT
Topic
COMMENT
Name
3+8 =
Submit