# -*- 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(y,xmax): can.delete(ALL) x=1 angle=(2*pi)/xmax while x