source.filter((x) => pred1(x)).map((x) => f(x))
みたいなのを書こうとすると
(f(x) for x in source if pred(x))
みたいに書くのが Python 流らしい
Conversation
Notices
-
Embed this notice
kb10uy (kb10uy@mstdn.maud.io)'s status on Sunday, 27-Aug-2023 20:41:32 JST kb10uy