I made a Tic Tac Toe game in python 3 using tkinter, but I don't get any output when I run the code,This is my first time Thank You

前端 未结 0 640
感情败类
感情败类 2021-02-18 21:56
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         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题