Need to return a neutral result whenever possible instead of throwing errors: ```py assert tuple(indexed(str(), 0, 2)) == tuple() ```