def Col(A,B): d= A[0]*B[1]- if d==0: a="Les trois points sont alignés" else: a="Les trois points ne sont pas alignés" return a