Compiler Output
Traceback (most recent call last):
File "/app/output.s", line 9, in <module>
import turtle # importation du module turtle qui vas permettre de dessiner le plan du jeu
^^^^^^^^^^^^^
File "/opt/compiler-explorer/python-3.11.0/lib/python3.11/turtle.py", line 107, in <module>
import tkinter as TK
File "/opt/compiler-explorer/python-3.11.0/lib/python3.11/tkinter/__init__.py", line 38, in <module>
import _tkinter # If this fails your Python may not be configured for Tk
^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_tkinter'
zyad#6057 | 121ms | python | Python 3.11 | godbolt.org