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.
You should write it as >> retrn True
Not as >> return "True"
Becuse it would check bool value , but you pass it as string
I was also stuck in there when i was do this problem !
dang it, yeah didnt pay attention to that. thanks for the heads up
Even when at the 10th minute you're back, you didn't stay there. It returns false because the walk doesn't take 10 minutes.
You won't get back on time.
I dont understand why ['w','e','w','e','w','e','w','e','w','e','w','e'] should return false. it is kust going back and forward 6 times on x axis.
but it shows an error for me.