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.
'Looks like you've solved it'
Don't use global vars, they keep their values between tests, so your code only works fine when called once. About indentation, use markdown formatting
Use backticks ` instead of single quotes ' and in their onw line.
Like this:
```python
Your code
```
Don't use globals, they keep their values between tests, so your code will only work fine when called once.
Noone can help without seeing your code. If you put it here, put it between 3 backticks (```) and mark the comment as "spoiler".
On the other hand, 22000+ people managed to solve it in python, so you will succeed too :-)