Commit 950f291d by BellCodeEditor

save project

parent e9e0cc25
Showing with 9 additions and 0 deletions
# 导入thinter模块
import tkinter
# 初始化窗口
root = tkinter.Tk()
root.title("注册——建安市第一人民医院") # 设置窗口标题
root.geometry("400x320+500+300") # 设置窗口大小
# 固定窗口
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