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.
Python 3.6 should be enabled now. Let me know if it's not. You might need to reset to see it.
and when you return
x[0]
at the end, its type is a...? => read the description again. ;) (note: you should print the type of your output before returning it: I guess you'll have some surprises)Help us help you. Tell us what language, and markup your code as code ( with triple backticks. the unintended markup in your code renders it unreadable.
*
and_
actually mean italics .. )."List index out of range" sounds like a code issue, not a kata issue actually.
Please check your code for list indices out of range, and reraise a
Question
if you're still having problems. With code, marked as aspoiler
( you got that right ).It's not completely impossible that you have found a kata issue, but ATM, it's unlikely.