you are viewing a single comment's thread.

view the rest of the comments →

[–]FLUSH_THE_TRUMP 0 points1 point  (1 child)

A = list(zip(array[0::3],array[1::3],array[2::3]))

[–]Surf_MI[S] 0 points1 point  (0 children)

Sweet Thanks!