Created by: zeffii
from next if else,
also filled data_matrix using list comprehension to keep it short. This is consistent with the line preceding def draw_matrix()
it creates a list of Vectors() the same way. bb = [Vector() for i in range(24)]