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 solution again taught me that I approached the problem too complicatedly... I used numpy to rotate the matrix and did not know about the extend method on a list either.
Please elaborate why this should not be done or why this solution seems non-Pythonic.
Holy shit, I like this solution awesomely much :-)
Great! "Remove" is the better choice than "pop" which I used in my solution.
Love your solution very much! It will help me a lot regarding my logical approach!