Player vs Player

This commit is contained in:
Domenik Rath 2023-08-07 10:10:31 +02:00
parent b8d226dd39
commit 8811c9b96b

5
GUI.py
View File

@ -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()