Ad
  • Custom User Avatar

    For some unknown reason, there was a print after the assertion, now it's only shown in the error message.

  • Custom User Avatar

    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}

  • Custom User Avatar

    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')

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution