Commit c1665496 by BellCodeEditor

save project

parent e26351b3
Showing with 4 additions and 4 deletions
import tkinter
took=tkinter.Tk()
took.title('注册')
took.geometry('400x320+500+300')
took.mainloop()
rook=tkinter.Tk()
rook.title('注册')
rook.geometry('400x320+500+300')
rook.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