题库 Python题库 题目列表 在tkinter中添加一个按钮的代码是?( )
单选题

在tkinter中添加一个按钮的代码是?( )

A.

button = tk.Label(root, text="Hello")

B.

button = tk.Entry(root)

C.

button = tk.Button(root, text="Click")

D.

button = tk.Checkbutton(root, text="Check me")

题目信息
2023年 12月 选择题
-
正确率
0
评论
93
点击