Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Approved
python new test framework is required. updated in this fork
interesting one
Geometric progression...Maths x-x
I think this is way too hard for kyu7... at least kyu6
Thanks for the help!! gmpy2 is also good!
Hi, just a hint... sympy is not installed but gmpy2 is ;).
https://gmpy2.readthedocs.io/en/latest/mpz.html
sympy is not a standard module, and it's not installed on Codewars.
List of installed modules can be found here: https://github.com/Codewars/codewars.com/wiki/Language-Python
Why codewars dosen't execute "sympy" module in python
it really helps this kata to solve
Ruby translation kumited :) please check and approve ~~
'-100000 <= lower < upper <= 100000
If lower is greater than upper, it should return 0
...
sum_primes(20, 4) = 0 # since lower is greater than upper'
Since given 'lower < upper' those example are wrong
This comment is hidden because it contains spoiler information about the solution
Man, that is a lot but also thanks a lot.
Multiple suggestions:
(2, 7) --> [2, 3, 5, 7] or [3, 5] ?
snake_case
, notcamelCase
(fixed)Loading more items...