You need to sign in or sign up before continuing.×
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.
Everything (except the last point) is wrong in this AI-generated text.
P.S. Do not submit AI-generated solutions.
You're welcome, HNY to you too.
You should use backticks ` not single quotes for markdown formatting. Anyway, you're mutating the input list as I guessed:
del names[-1]
.Post your code, using markdown formatting and mark your post as having spoiler content.
Are you mutating the input list? If you do, then don't. It'll produce wrong results.
What's the input value? Are you sure you're not confusing one test with the following one? The log appears above the test result.