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 did, still no dice... May just have to give up on this one.
I'm getting the opposite error:
output.encode('utf-8')
returns a Decode error:UnicodeDecodeError: 'ascii' codec can't decode byte 0xe3 in position 0: ordinal not in range(128)
I decode all my utf-8 inputs, but it's failing on the last encode.
(using python 2.7)
In Python, text sent to console using print() don't show up in the Output section.