From 8811c9b96b24216c86b5be97d764caf846e23722 Mon Sep 17 00:00:00 2001 From: RochoElLocho Date: Mon, 7 Aug 2023 10:10:31 +0200 Subject: [PATCH] Player vs Player --- GUI.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/GUI.py b/GUI.py index b807eac..691b14e 100644 --- a/GUI.py +++ b/GUI.py @@ -61,8 +61,5 @@ s2_wert = Entry(root,font=(28), show="*") s2_wert.grid(row=3,column=2) Button(root, text="Wählen", command=ok, font=(30)).grid(row=2, column=1) - - - - + root.mainloop()