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.
This comment is hidden because it contains spoiler information about the solution
I believe the problem is im returning the url as 'url' instead of "url". So the problem is single quotation vs double quotation. Any ideas how to fix this?
EDIT:
It looks like from the python documentation that the re module automatically returns strings in that form... should the kata be changed to accept answers in single quotations?
https://docs.python.org/3/library/re.html
Python test case #1 is failing:
"page_count is returning incorrect value.: 2.0 should equal 3"
When I check the page count in a jupyter notebook is returns 3.
Anyone else getting this?
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution