在Python中,Haskell的zipWith函数的类比是什么?
zipWith :: (a -> b -> c) -> [a] -> [b] -> [c]
python haskell
haskell ×1
python ×1