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.
In this test case:
Answer could be
(0, 0)
, but it is wrongThanks! Update fixed tests, move last test case to root edge cases.
Thanks, rewrite part of description and add tests.
Can you show me the proper way to hide
os.path
module funtions?I wrote it:
Then file path starts with
/
workdir ignored, cause file path is absolute path.Multiple slashes are allowed, you can test it with
readlink -m
, examplereadlink -m "/../foo//////bar///hello/////world/.."