logo

Crowdly

Browser

Add to Chrome

‭‭‭210301601 INTRODUCTION TO PYTHON‬

Looking for ‭‭‭210301601 INTRODUCTION TO PYTHON‬ test answers and solutions? Browse our comprehensive collection of verified answers for ‭‭‭210301601 INTRODUCTION TO PYTHON‬ at www.glsufcait.org.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

Find errors from following code.

from Tkinter import*

window = tk()

window.mainloop()

0%
0%
0%
0%
View this question
Tkinter is an acronym for 'Tk interface'.
100%
0%
View this question
Tkinter is Python's standard GUI package and most commonly used toolkit for GUI Programming.
0%
0%
View this question
Match default value of Tkinter variables.
View this question
An Entry widget is used for multi-line text area.
0%
100%
View this question
Pick the odd one out.
0%
50%
0%
0%
View this question
____ method is used to organize the widgets in table-like structure before placing in the parent widget.
0%
0%
0%
100%
View this question
To close the tkinter main window following statements are used.

i) from Tkinter import *

root = Tk()

b1=Button(root, text='Quit', command=root.quit)

b1.pack()

root.mainloop()

ii) from Tkinter import *

root = Tk()

b1=Button(root, text='Close', command=root.close)

b1.pack()

root.mainloop()

Select one option from given two options.

0%
100%
View this question
Tkinter was written by _____.
100%
0%
0%
0%
View this question

Want instant access to all verified answers on www.glsufcait.org?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome