Commit 5ab74888 by BellCodeEditor

save project

parent 0651e310
Showing with 6 additions and 0 deletions
import tkinter import tkinter
root=tkinter.Tk() #创建一个窗口对象root
root.title("窗口标题") #设置窗口标题名为“窗口标题”
root.geometry("400x320+500+300") #设置窗口大小和位置(宽x高+x+y)
root.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