Commit 5d624d6b by BellCodeEditor

save project

parent 1b306130
Showing with 4 additions and 2 deletions
import tkinter
room.title("注册")
room.geometry(300x500+0+0)
"""窗口"""
root = tkinter.Tk()
root.title("注册")
root.geometry("400x400+750+350")
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