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.
Not a kata issue. Please read this: https://docs.codewars.com/training/troubleshooting/
My code passes the tests, all green, but it will not submit, instead of comes up with an error, what am I missing here?
make arrays out of cycle
I get the desired result of a string in the proper visual format with my code, but I get this error:
'([0,) 2,- 3, ' should equal '(023) 056-0890'
'([0,) 0,- 0, ' should equal '(000) 000-0000'
I see a bracket as if part of my code is being interpreted as a list, but my final output types are string class. Can someone assist? Thanks in advance.