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'm sorry, but I still don't understand... ;-;
Aren't I supossed to create the logic behind it? How am I supossed to create the logic without making a function?
I've tested my solution in pycharm and it works perfectly, the problem is I don't know how to add my code to the solution
I created a function that returns true or false, but I don't know how to add it in the current code: PATTERN = re.compile(r'')
Could someone please explain how I post my function in this code so that the tests work
The function is suposed to return "True" if the number is divisable by 3 and "False" if it isn't. So that means your function is returning the wrong answer, it's probably not correct...