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.
To be honest, this task deserves more than 6 kata. Excellent work!
that was very interesting, thanks!
Very good and funny Kata! Thanks to author!!!
Approved by someone
C Translation (author inactive).
Make sure your function is called
latest_clock
and notlate_clock
or something else. You may also want to read this article to know how Codewars kata work.Help me! My code passes, but I still this messages. In my conde, I don´t try to import latest_clock from solution
Traceback (most recent call last):
File "/workspace/default/tests.py", line 5, in
from solution import latest_clock
ImportError: cannot import name 'latest_clock' from 'solution' (/workspace/default/solution.py)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/workspace/default/tests.py", line 7, in
from solution import late_clock as latest_clock
ImportError: cannot import name 'late_clock' from 'solution' (/workspace/default/solution.py)
Merged
Merged
my brain is broken now thx :)
C# version kumited
Ruby version kumited
10 minutes in Python, with 2 iterations
nice
crazy. 30 lines of code later, and my brain is numb.
Your code crashes for input like
latest_clock(1,2,3,1)
. You need to find a bug in your solution which causes the crash and fix it.I will try to fix tests so they give better messages.
Loading more items...