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 work locally on Python 3.6+ and solved this correctly. I did not notice until submission that it will only compile with 2.7, which is a problem because my logic/solution (down to the output) is based on the inherent nature of dictionaries in 3.6+ to maintain order of declaration. Any way you can extend the compiler capabilities to handle this? By the way, I am a new user (1 day) so not sure how or how often these are maintained. Thank you!
Thanks for your help! Indeed I had a spacing error when copying over from local machine. Thanks
Response received but no data was written to STDOUT or STDERR.