Basic syntax: unnested_list = list(chain(*nested_list)) # Where chain comes from the itertools package and is useful for # unnesting any iterables # Example ...
確定! 回上一頁