hey, I need someone to create the prime number application.
basically the kind of usage I want to see is something like
python primes.py get-first-primes 10
which would then print out 2 3 5 7 11 13 17 19 23 29
or just
python primes.py get-nth-prime 10
which would print just
29
I'd also like the click library to be used for this.
thanks to whoever can implement this for us. really appreciated.
hey, I need someone to create the prime number application.
basically the kind of usage I want to see is something like
python primes.py get-first-primes 10which would then print out
2 3 5 7 11 13 17 19 23 29or just
python primes.py get-nth-prime 10which would print just
29I'd also like the click library to be used for this.
thanks to whoever can implement this for us. really appreciated.