Commit 23e62ab7 by BellCodeEditor

save project

parent a73c09ae
Showing with 1 additions and 1 deletions
import tkinter import tkinter
num = tkinter.Tk() num = tkinter.Tk()
num.title() num.title()
num.geometry(400+320) num.geometry("400x320+500+250")
tkinter.mainloop() tkinter.mainloop()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment