split list in to equal length code example Example: split list into lists of equal length python [lst[i:i + n] for i in range(0, len(lst), n)]