Ad
  • Default User Avatar

    C Translation (author inactive).

  • Custom User Avatar

    Make sure your function is called latest_clock and not late_clock or something else. You may also want to read this article to know how Codewars kata work.

  • Custom User Avatar

    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)