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

Dju/project skeleton #217

Closed
wants to merge 33 commits into from

Conversation

dusanjurica
Copy link

Hey, I did the minimax task.

For reading command line arguments I decided to use library docopt for it is really great.

There is one limitation though.

When trying to put as many numbers into cli as desired, numbers must be in quotes and negative numbers must not be either first or make sure there is a SPACE between QUOTE and NEGATIVE-SIGN

Like this

  • python minimax q "1,2,4,-9"
  • python minimax q " -9,1,2,4"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants