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.
For some unknown reason, there was a print after the assertion, now it's only shown in the error message.
Am I being stupid or on the Attempt do the mins in the test not match the mins in the variable, ie
68 minutes should cost $40
actual mins in variable = {130}
Im having trouble getting debug messages from python on here, am I being a bit dim or do you just have to use print('whatever debug message') with this website? Thanks
import logging
logging.basicConfig(level=logging.DEBUG)
logging.debug('Start of Program')
This comment is hidden because it contains spoiler information about the solution