4 lines
No EOL
80 B
Python
4 lines
No EOL
80 B
Python
import tkinter as tk
|
|
root = tk.Tk()
|
|
window.geometry("1072x1448")
|
|
root.mainloop() |