Commit dc8849c1 by BellCodeEditor

save project

parent 494c1e34
Showing with 2 additions and 2 deletions
import tkinter import tkinter
roat=tkinter.TK() roat=tkinter.Tk()
roat.title("注册") roat.title("注册")
roat.geometry(400x320) roat.geometry("400x320+320+200")
roat.mainloop() roat.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