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're welcome ;-)
I had the same problem but it finally worked out. good job lechevalier,thanks, I am learning new things.
Oh, that's so mad.
yes, its the same with my code
but the lenght is the same...its a problem with this specific test...its an issue.
same_structure_as([1,'[',']'],['[',']',1])
returns True in Python 3.6 and Python 3.8 - the versions available on CW.No reason to return anything else in other Python versions.
Hi, the same_structure_as([1,'[',']'],['[',']',1]) results to a False when I use your solution.
Python 3.7.3
Testing to see if you tried a certain short-cut
[1,'[',']'] same as ['[',']',1]: False should equal True
Are you kidding me?
It's just about the length not about the type?
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution