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
thanks alot, small change big difference :)
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
it prints false but why ?!
if use
print('ab#'.replace('#', '\b')
it prints 'a'it use
print('ab#'.replace('#', '\b') == 'a')
it prints False but Why ?i thought it works perfectly on pycharm now i am just confused :D
if
abbc####f#l#V'.replace('#', '\b')
it prints 'V'
what i don't understand if i use s.replace('#', '\b') it works perfectly on pycharm. but not here ?! any one knows why ?! thanks in advance
can you tell me what is fixed test number 5 so i can solve the bug in my code
i tried printing my input. it still just giving me (False should equal True)
i have the same problem with fixed test number 5
it just say (False should equal True)
without any further information so i can fix the problem.
i am using python if it makes any difference.
i love it !
yeah it passes the three basic tests.
but when i click subimit the last basic test shows a message ' 3 should equal 4 ' which i don't get :D
This comment is hidden because it contains spoiler information about the solution