Commit 5b643926 by BellCodeEditor

auto save

parent 3e5fd8f4
Showing with 8 additions and 0 deletions
import tkinter
from tkinter import*
root=tkinter.Tk()
root.title("手机验证")
root.geometry("300x100+500+300")
root.resizable(width=False,height=False)
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