Good challenge, but description specifies different formatting for the column top_members than what is accepted. In the description there are no spaces between the name and the (score). But the solution requires a space before the score and one after.
Description shows: Isaac(41),Hanna(33) but solution wants: Isaac (41), Hanna (33).
Good challenge, but description specifies different formatting for the column top_members than what is accepted. In the description there are no spaces between the name and the (score). But the solution requires a space before the score and one after.
Description shows: Isaac(41),Hanna(33) but solution wants: Isaac (41), Hanna (33).
'Test' button fails the query on expected results. 'Attempt' button accepts the same query as being correct.