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.
This comment is hidden because it contains spoiler information about the solution
@trashy_incel although you're right, the point "2000 is not the twentieth century." is still there.
This comment is hidden because it contains spoiler information about the solution
Using prod from the math module solved it for me.
This comment is hidden because it contains spoiler information about the solution
passed every test in Python, nonetheless not able to submit due to this error:
Traceback (most recent call last):
File "/workspace/default/tests.py", line 43, in
test.assert_equals(round(abs(geo_mean(list(arr), mean)), 5),
TypeError: bad operand type for abs(): 'NoneType'
try to beat my execution time ;)
Think this was the true intention of the kata.
Most readable solution imho. Nice
are you kidding me?
I heard that tuples are a little bit faster due to their immutability.
I like this sulution very much, the renaming makes it much more readable.
How the heck does this reversing work??
Good one :)
follow... great!
Loading more items...