Python How to make a Flat List from List of Lists

preview_player
Показать описание
Python How to make a Flat List from List of Lists
import itertools
mylist = [[1,2,3],[4],[5,6]]
list(result)
Рекомендации по теме
visit shbcf.ru