So this is the code
from tkinter import * from tkinter import filedialog win = Tk() win.geometry(\'200x100\') def printer(): print("hello")