We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 313f534 commit b56b88cCopy full SHA for b56b88c
Python/2048.py
@@ -527,7 +527,7 @@ def Appuyer(event):
527
# Ajouter un bouton à propos au menu
528
menuDeroulant.add_command(
529
label = "À propos", command = lambda:[tkinter.messagebox.showinfo(
530
- "À propos", "2048 (Projet NSI GA.1)\n\nCréé par :\n\n- ING Bryan\n- ABASSE Tidiane\n- GALANG Andrei\n\nVersion : 10.0 (S10)", icon = "info"
+ "À propos", "Python-2048\n\nCréé par :\n\n- Ryse93\n\nVersion : 10.0 (S10)", icon = "info"
531
)
532
]
533
0 commit comments