23 search resultsShowing 1~20 results

Stocked
les_pucelles

@les_pucelles

Pythonでfind

def find(lst, predicate): return next( (ele for ele in lst if predicate(ele)), None) find([1,2,3]...

0
1
Comment0

23 search resultsShowing 1~20 results

Qiita is a knowledge sharing service for engineers.

  1. You can follow users and tags
  2. You can stock useful information
  3. You can make edit suggestions for articles
Functions that can be used after logging in