Error Message:
File “/usr/lib64/python3.8/turtle.py”, line 107, in <module>
import tkinter as TK
ModuleNotFoundError: No module named ‘tkinter’
We just need to type in the terminal: sudo zypper install python38-tk
(This method has only been tested in opensuse tumblewed
so far)