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