From b8d226dd39ec4f9b3ae7dad7a69055a20bda71d4 Mon Sep 17 00:00:00 2001 From: RochoElLocho Date: Mon, 7 Aug 2023 10:09:34 +0200 Subject: [PATCH] =?UTF-8?q?Men=C3=BC=20Schere=20Stein=20Papier?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Menü.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Menü.py b/Menü.py index 295fbfa..0fc4fe8 100644 --- a/Menü.py +++ b/Menü.py @@ -12,4 +12,5 @@ Label(root, text="Schere, Stein, Papier", font=("times",30)).grid(column=1) Label(root, text="Menü", font=("times", 30)).grid(row=1, column=1) Button(root, text="Player vs Player", command=vs, font=("times", 25)).grid(row=2) Button(root, text="Player vs Com", command=vscom, font=("times", 25)).grid(row=2, column=2) + root.mainloop() \ No newline at end of file