From 4403e4a475ee44dd469edcda2f6c4f01c02cb68b Mon Sep 17 00:00:00 2001 From: ROBINET Julien Date: Thu, 26 Mar 2026 19:24:52 +0100 Subject: [PATCH] + bouton "Dessine --- projet_tkinter_sujet5.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projet_tkinter_sujet5.py b/projet_tkinter_sujet5.py index 875a6af..f63e17e 100644 --- a/projet_tkinter_sujet5.py +++ b/projet_tkinter_sujet5.py @@ -29,5 +29,5 @@ canva.grid() rectangle = canva.create_rectangle(position_x, position_y, position_x+taille, position_y+taille, fill = couleur) - +Dessin = tk.Button(fenetre, text = "Dessine").grid() fenetre.mainloop() \ No newline at end of file