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.
thank you for explaining the code!
This comment is hidden because it contains spoiler information about the solution
hey, can u help please? do u know by chance how to convert complex numbers to another type like float?
cause I wrote a quadratic equation but the output is a complex, so... dunno, maybe there is another formula without this conversion problem?
"Execution Timed Out" is sometimes there for code and sometimes not for THE SAME code.
it should run the same amount of time, so what's the problem?
i'm an idiot. that wasn't my 8kyu level, though dunno why i got a fail when even numbers are the outliers (they are mentioned first in code).
what could i actually use?
currently using .split() for getting a list, int(), .index().
anything recommended?
u got a string type here.
i use int(num) - it changes type to int. though, most likely not the best option.