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.
i would suggest you take a deep look for logical errors... it happened to me also ... errors are most likely to be found in expressions where your variable names are different than the code youre comparing
... otherwise ...
use chat gpt ... it may suggest some minor changes that you may have missed
I've found something similar too!
Best practice, clever, short, readable... genius!!
wouldn't this have the same runtime as:
`
unique = []
iterate
if not in unique: # append
`
s.index does search the original text right?
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
.
.
.
My pleasure :)
your brain sometimes farts after few hours of coding ;) thanks for quick reply!
Aren't they the same number?
Still experiencing [1,7] [1,8] expected to be equal 0 not 1 in JavaScript :(
This comment is hidden because it contains spoiler information about the solution