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