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.
dont use chat gpt, better learn on your own
exactly
🤓
Haha, yeah I am struggling with that right now :)
Nice twist making the case alternate reset for each word
Nice twist having a variable number of arguments to deal with!
Nice twist getting the value preceed the key in the return string
Good challenge!
pyton 3.* is not even enable in this kata...
You're welcome! :-)
This is the first time I've encoutered a challenge that needed me to address a function which potentially does not receive all of the required parameters - what an excellent twist!
Please consider including a note on the likely size of the numbers that the function should be capable of dealing with.
Thanks for responding so quickly, the link provided by Voile was particularly helpful. I could not find any non standard characters in my code.
I'd used python 3.6, on my local machine, the error occurred on the site when using language version 3.4.3, lenguage version 3.6.0 also would not run though the error was different, however the notes in Voiles link relating to issue 508, advised using language version 2.7.6, which ran and passed all of the tests first time!
Thanks once again...
This was a neat challenge, as I've used the collections library for the first time rather than ending up with nested loops.
It's a known CW problem:
https://github.com/Codewars/codewars-runner-cli/issues/508
Loading more items...