import tkinter as tk window = tk.Tk() # Code to add widgets will go here window.title("Tic Tac Toe Board") window.configure(bg = "white") theboard