Commit a73c09ae by BellCodeEditor

save project

parent 67d2af30
Showing with 2 additions and 3 deletions
import tkinter
num = tkinter.Tk()
num.title()
geometry(400+320)
tkinter.mainloop(num)
\ No newline at end of file
num.geometry(400+320)
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