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 doesn't always work in Python 3
There are very few test cases, should add more or random tests
Still not fixed
You should have more tests, the shortcut test can easily be bypassed
Well, there's the problem, can't come up with one :P
I'll try some more then
That's the issue, I've got no clue how to get it that effecient. I'm probably a bit in over my head with this problem since I'm fairly new to python programming, but I can't seem to find a better way than my sluggish 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
Please post your code and mark the comment as spoiler, and I'll do my best to help
Oh, didn't realize it worked like that. You have been of much help, have a nice day :D
This comment is hidden because it contains spoiler information about the solution
I printed the list given to me in names and I got a boatload of names. No I am not editing the original whatsoever
def whoIsNext(names, r):
print(names)
Python, test 4. There is a lot of Penny in the first part of the array and r = 2, I return Penny, but it wants me to return Leonard.