# -*- coding:utf-8 -*- # #Dessin des tables de multiplications #en Rosaces modulo 360. # from tkinter import * from math import pi from math import cos from math import sin def dessin(yy,xx): global flag flag=False can.delete(ALL) y=yy x=1 xmax=xx angle=(2*pi)/xmax while x