this is my code which I am running on a Python 3 on Repl.it, unfortunately when I try and use the Tkinter module to create a window, it can't seem to find a display environment. Why is this and is there a fix for it?
import tkinter
window = tinter.Tk()
And the error is "_tkinter.TclError: no display name and no $DISPLAY environment variable" Thanks in advance for your help