From 941f0d3f3be646f86e2e888337902b0250798ff1 Mon Sep 17 00:00:00 2001 From: wdy165 <53328932+wdy165@users.noreply.github.com> Date: Tue, 10 Nov 2020 01:03:24 +0900 Subject: [PATCH] add hello --- button1.py | 1 + 1 file changed, 1 insertion(+) diff --git a/button1.py b/button1.py index 87e256a..0fbe358 100644 --- a/button1.py +++ b/button1.py @@ -6,6 +6,7 @@ b2 = Button(window, text="60161111") b1.grid(row=0, column=0) b2.grid(row=1, column=1) +print("hello") window.mainloop()