Buat jendela menggunakan Tkinter

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