We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
in the same length .... it returns me an error :
def test_get_longest_state():
assert get_longest_state(us_state_abbrev) == 'South Carolina'
E AssertionError: assert 'North Carolina' == 'South Carolina' E - North Carolina E ? ^ ^ E + South Carolina E ? ^ ^