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

Using *args as the parameter for the 'combi' function #6

Closed
GokulramGHV opened this issue Mar 13, 2022 · 3 comments
Closed

Using *args as the parameter for the 'combi' function #6

GokulramGHV opened this issue Mar 13, 2022 · 3 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@GokulramGHV
Copy link
Contributor

Instead of giving arguments like this
combi(['coin', 'dice'])

By using *args, the arguments can be given like this
combi('coin', 'dice')

@thenithinbalaji thenithinbalaji self-assigned this Mar 13, 2022
@thenithinbalaji thenithinbalaji added the enhancement New feature or request label Mar 13, 2022
@thenithinbalaji
Copy link
Owner

Sounds good!

@thenithinbalaji thenithinbalaji added help wanted Extra attention is needed good first issue Good for newcomers labels Mar 15, 2022
@thenithinbalaji
Copy link
Owner

Added in #8 release
@GokulramGHV

Repository owner locked as resolved and limited conversation to collaborators Mar 19, 2022
@thenithinbalaji
Copy link
Owner

thenithinbalaji commented Mar 19, 2022

Both,

combi(['coin', 'dice'])
combi('coin', 'dice')

works

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants