Ad
  • 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.