Talk:Cartesian product of two or more lists: Difference between revisions

 
Line 8:
 
It returns a nested list of an incomplete product?
 
==[http://rosettacode.org/wiki/Cartesian_product_of_two_or_more_lists#Using_the_.27Applicative.27_abstraction Using the 'Applicative' abstraction]==
Is written in Python, but is in no way Pythonic and should not be used over the '''[https://rosettacode.org/wiki/Cartesian_product_of_two_or_more_lists#Using_itertools idiomatic itertools.product solution]'''.
 
The task wording specifically [https://rosettacode.org/mw/index.php?title=Cartesian_product_of_two_or_more_lists&oldid=248621 calls] for ''idiomatic'' rather than "alternative" solutions, (which the AA solution mistakenly states). <br>
--[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 16:54, 12 December 2020 (UTC)
Anonymous user