'how to use Turtle graphics in pycharm 3.6?

This is the output it shows

Traceback (most recent call last): File "/home/escenic/PycharmProjects/pythonProject Turtle/main.py", line 1, in import turtle File "/usr/lib/python3.6/turtle.py", line 107, in import tkinter as TK ModuleNotFoundError: No module named 'tkinter'



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source