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.
What is this!!!!!
This comment is hidden because it contains spoiler information about the solution
Input: [1.0, 2.0, 3.0]: False should equal True
how??this is float class then why True?
python2 is going to be shut from jan 2020
'J. K. ROWLING - HARRY POTTER AND THE PRISONER OF AZKABAN'
should equal
'J. K. ROWLING - HARRY POTTER AND THE PRISONER OF Azkaban'
Why only Azkaban is in small letters??
Can somebody help me out in this problem?
what I concluded from the problem is as following:
we have to make two functions
multiply_all and multiplyAll
one function should accepts an array/list as input and return second function.
the 2nd function should accepts an integer and return the resultant array/list.
So am I right ??? or is something missing because I am not getting the test cases run by above solution I made.
Traceback (most recent call last):
File "main.py", line 5, in
test.assert_equals(unique_in_order(''),[])
File "/home/codewarrior/solution.py", line 9, in unique_in_order
list1.append(s[-1])
IndexError: string index out of range
I am getting correct output on my local ide but here i am getting this error// can somebody help me?
This comment is hidden because it contains spoiler information about the solution