creer des disques en python tkinter

Solutions on MaxInterview for creer des disques en python tkinter by the best coders in the world

showing results for - "creer des disques en python tkinter"
Foster
09 Jan 2018
1from tkinter import Tk, Canvas
2
3root=Tk()
4cnv=Canvas(root, width=600, height=400, bg="ivory")
5cnv.pack(padx=50, pady=50)
6root.mainloop()
7
similar questions
queries leading to this page
creer des disques en python tkinter