this is my code:
from tkinter import *
# row = Zeile # Column = Spalte root = Tk() root.title("z") root.geometry("1080x700") to