from kandinsky import * ligne1=[0,0,0,1,0,0,1,1,0,0] x=10 for i in ligne1: if i==0: draw_string("B",x,50) else: draw_string("N",x,50) x=x+10
Create, edit, and import your Python scripts
from kandinsky import * ligne1=[0,0,0,1,0,0,1,1,0,0] x=10 for i in ligne1: if i==0: draw_string("B",x,50) else: draw_string("N",x,50) x=x+10