Ad
  • Custom User Avatar

    Not exactly the same but I share the sentiment with most of the Kata's on here.

  • Custom User Avatar

    Way more concise than mine!

  • Custom User Avatar

    Yes, that allowed the attempt. Now just have to update my code. Thank you!

  • Custom User Avatar

    Traceback (most recent call last):
    File "/workspace/default/tests.py", line 1, in
    from solution import latest_clock
    ImportError: cannot import name 'latest_clock' from 'solution' (/workspace/default/solution.py

    Has anyone else received this error when attempting this kata? My code passes all the tests and seems fine but when I attempt it, there is the issue of attempting to import 'latest_clock' that I don't see.