Commit c0b466a7 by BellCodeEditor

save project

parent 7c9b935b
Showing with 7 additions and 2 deletions
from tkinter import *
root = TK()
\ No newline at end of file
root = Tk()
root.title("No title here")
root.geometry("1000x800")
root.mainloop()
\ No newline at end of file
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