From 2419928662e895d652eb950210d730bbfa13f4b4 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 3 Sep 2022 16:17:09 +0800 Subject: [PATCH] save project --- my_window.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/my_window.py b/my_window.py index 1a2cec0..3fb855c 100644 --- a/my_window.py +++ b/my_window.py @@ -1,5 +1,6 @@ import tkinter -root = tkinter.TK() +root = tkinter.Tk() root.title("注册") -root. \ No newline at end of file +root.geometry("400x320+500+300") +root.mainloop() \ No newline at end of file -- libgit2 0.25.0