Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Iterables cannot be more than 11 #1

Open
sekgobela-kevin opened this issue Oct 6, 2022 · 0 comments
Open

Iterables cannot be more than 11 #1

sekgobela-kevin opened this issue Oct 6, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@sekgobela-kevin
Copy link
Owner

Iterables supplied to prodius.product() are limited to 11.
The number needs to atleast be large to hold more iterables.

These two cases wont work as iterables are larger than 11.

import prodius

product = prodius.product(*[range(10)]*12)
import prodius

product = prodius.product(range(10), repeat=12)
@sekgobela-kevin sekgobela-kevin added the bug Something isn't working label Oct 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant