Python Tkinter Quiz
1. Which module do you import to use Tkinter?
pygame
tkinter
matplotlib
os
2. What method starts the Tkinter event loop?
run()
mainloop()
start()
loop()
3. Which widget is used for single-line text input?
Entry
Button
Text
Label
4. To place widgets in specific X/Y coordinates you use:
pack()
grid()
place()
align()
Submit Quiz
Quiz Result
Close