I wanted to create a GUI with Tkinter in Linux (Python3.x). When I tried to execute the following: -
from tkinter import * import tkinter root = Tk