如何使用 tkinter 和 open trivia db 构建一个 GUI 测验应用程序
在本文中,我们将学习使用 Tkinter [https://docs.python.org/3/library/tkinter.html] Python 内置模块构建图形用户界面 [https://en.wikipedia.org/wiki/Graphical_user_interface] (GUI) 测验应用程序。任务是提出多项选择题,收集用户答案,最后显示结果。在编写 GUI 代码之前,我们