créer une fenêtre à l'aide de tkinter

import tkinter as tk
window = tk.Tk()
window.mainloop
skiibloc