ids = map(lambda officer: officer['id'], officers). # Note Python map returns an map object - it isn't a list. # It needs to be iterated to extract the ...
確定! 回上一頁