Description Usage Arguments Examples
Create an iterator that returns values from multiple iterators in
cartesian product fashion. That is, they are combined the manner
of nested for
loops.
1 |
... |
Named iterables to iterate over. The right-most iterables change more quickly, like an odometer. |
1 2 3 4 5 6 |
Loading required package: iterators
a = 1, b = 1
a = 1, b = 2
a = 2, b = 1
a = 2, b = 2
a = 3, b = 1
a = 3, b = 2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.