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 was having the same problem just use float() in covert stirng do not use int() side_not 8.0 ==8 True
It is shuold be True because [4,2,2] , [0,1,2] both have same structure that what kata want you th check not if both list are equal or not.
you are getting it wrong . Kata dose not want you to know the shotcut but dont want you to use it.
your code probably use strings to check for '[]' in original and other but one of the array is something like this [1,'[',']'],['[',']',1].
well I am a beginner so I can not fully tell if it's a good question or not but with regex you can get the Domain as long as you write right Regex it dose not matter what domain contains as long as it contain a "." after Domain for ex:- "youtube.notcom/mypage"
just print() the code like you do in your console
you're probaly using a class in re which contain a "w" that why w is removed from search.Try to look at other failed result see if it's common and in your failed resutls one result must saying that you're missing a "h" in search(same cause)
second last line of your code is the Problem just remove print() and try not to use print() while defining a function.