Week 6 Unit 6: Self-test

18. June 2024

Question 1

Which of the following statements about tkinter are correct?

Note: There are 3 correct answers to this question.


"tkinter" enables the creation of buttons, scrollbars, checkboxes, and so on.
"tkinter" is well suited to implement video games.
"tkinter" is the only Python library to implement GUIs (graphical user interfaces).
"tkinter" offers the possibility to implement GUIs (graphical user interfaces).
"tkinter" is an interface to Tcl/Tk which enables the implementation of GUIs (graphical user interfaces) in other programming languages.

< Previous unit | Next unit > | Course Overview