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.
why though?
whats wrong with using lambda, even for simple questions?
Thanks!
Whenever i run my code it passes the Test, but on the Attempt it throws:
Note: i added to the testcases
But it didnt work
Description of the kata did not state that a tuple can be passed as an argument however in the random test, a tuple was passed instead of a list.
Vector([a,b,c]) # creates a new Vector from the supplied 3D array. Vector(a,b,c) # same as above
ye i didnt know that,first time lol.
thank u
Thank you,I fixed those.
Thank you, i hope it is clearer now
thank you. I implemented random tests
yes,thank you.