Ad
  • Default User Avatar

    ahhh. i see. looked at that for an hour. thank you.

  • Custom User Avatar
    ([['Germany', 'Ukraine']], [[2, 0]], 'At match Germany - Ukraine, Germany won!') # a tuple, what your function returns
    should equal 
    'At match Germany - Ukraine, Germany won!' # a string, the expected value
    

    They're not the same.

  • Default User Avatar

    ([['Germany', 'Ukraine']], [[2, 0]], 'At match Germany - Ukraine, Germany won!') should equal 'At match Germany - Ukraine, Germany won!'

    Not sure what is wrong with this. Expected output matches but still throws error.

  • Default User Avatar

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