Correct Answer : John Ousterhout
Explanation : Tk was developed as a GUI extension for the Tcl scripting language by John Ousterhout. The first release was in 1991.
Correct Answer : 1991
Explanation : Tk is called Tkinter in Python, or to be precise, Tkinter is the Python interface for Tk. Tkinter is an acronym for "Tk interface". Tk was developed as a GUI extension for the Tcl scripting language by John Ousterhout. The first release was in 1991.
Correct Answer : change property of the widget
Correct Answer : Entry
Correct Answer : canvas.create_line()
Correct Answer : All of the above
Correct Answer : Canvas
Correct Answer : call tk() function
Correct Answer : Tkinter
Correct Answer : foreground
Correct Answer : 4.All of the above
Correct Answer : Text
Correct Answer : To change the background of widget
Correct Answer : import
Correct Answer : import tkinter from *
Correct Answer : Both(A) and (B)
Correct Answer : get()
Correct Answer : Graphical user interface
Correct Answer : pip install Tkinter
Correct Answer : According to left, right, up, down
Correct Answer : geometry(300x400)
Correct Answer : According to row and column vise
Correct Answer : cammand
Correct Answer : According to x,y coordinate
Correct Answer : bg
Correct Answer : pip install tkinter
Correct Answer : That will display on the screen
Correct Answer : To put the widget on the screen
Correct Answer : To pack the widget on the screen
Correct Answer : To Hold the window Screen
Correct Answer : No(but possible by oval)
Correct Answer : Create a user data entry field
Correct Answer : 4
Correct Answer : Frame(window,options)
Correct Answer : give a title name to the window
Correct Answer : GUI
Correct Answer : win.title(mytitle)
Correct Answer : object.config(property)
Correct Answer : object.destroy()
Correct Answer : text
Correct Answer : config() function
Correct Answer : destroy()
Correct Answer : mainloop() function