Browse Source

ampoule

master
RAVET Célya 1 month ago
parent
commit
df98746baa
  1. 5
      projet_tkinter.py

5
projet_tkinter.py

@ -5,9 +5,8 @@ fenetre = tk.Tk()
fenetre.title('lampe')
canva=tk.Canvas(fenetre, width=500, height=500, bg='black')
canva.grid(column=1, columnspan=3)
rectangle =canva.create_rectangle(200,300,300,400, fill='white')
rond = canva.create_oval(210,120,100,250,outline='white')
rectangle =canva.create_rectangle(220,300,280,380, fill='white')
rond = canva.create_oval(300,200,200,300,outline='white')

Loading…
Cancel
Save