Which of the below Tkinter widget is used to display a single-line text field for accepting values from a user? Assume the following lines exist in the program: from tkinter import * win = Tk() Lütfen...



Which of the below Tkinter widget is used to display a single-line text field for accepting values from a user?


Assume the following lines exist in the program:


from tkinter import * win = Tk()


Lütfen birini seçin:


a. a1 = Text(win, width=20)

b. a1 = Label(win, width=20)

c. a1 = Entry(win, width=20)

d. a1 = Button(win, width=20)

e. a1 = Frame(win, width=20)




Jun 04, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here