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