# Type your text here from kandinsky import * from time import * from map import map for fap in range (200): zy=map[fap] for i in range(16): x=('{0:016b}'.format(zy[i])) for o in range(16): if int(x[o])==0: fill_rect((o)*10,(i)*10,10,10,(0,0,0)) if int(x[o])==1: fill_rect((o)*10,(i)*10,10,10,(255,255,255)) sleep(0.5)