I am new. Please bear with... I use a Chromebook with Python 3.9.7 and PyCharm on the Linux Beta. Has been working fine for weeks. For a course I have been asked to use Turtle. PyCharm kicks out an error message:
Traceback (most recent call last): File "/home/jimmygill27/PycharmProjects/day-16-start/main.py", line 6, in from turtle import Turtle File "/usr/lib/python3.9/turtle.py", line 107, in import tkinter as TK ModuleNotFoundError: No module named 'tkinter'
What are the linux commands to get this module? I cannot find any specific reference to this problem?