tk库测试

tk库测试

University

20 Qs

quiz-placeholder

Similar activities

MS Word

MS Word

2nd Grade - University

20 Qs

Chapter 5.1

Chapter 5.1

University

20 Qs

QUIZ 1: Computer Application In Business

QUIZ 1: Computer Application In Business

University

15 Qs

Hadoop

Hadoop

University

15 Qs

Pengantar Teknologi Informasi 2

Pengantar Teknologi Informasi 2

University

15 Qs

Stack & Quiz

Stack & Quiz

University

20 Qs

TEST FINAL - Algoritmia de Programación

TEST FINAL - Algoritmia de Programación

University

20 Qs

DATSRUC Week 6

DATSRUC Week 6

10th Grade - University

15 Qs

tk库测试

tk库测试

Assessment

Quiz

Computers

University

Practice Problem

Medium

Created by

昀浩 管

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

20 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

5 mins • 1 pt

请写出导入tk库的代码

2.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

如果想要让tk显示弹窗消息 应该导入哪个库?

import tkinker.messagebox

import tkinker

import turtle

import random

3.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

创建一个名叫top界面的代码是

top=tkinter.Tk()

top.geometry("1000x1000")

top.title("玛客tk课程")

4.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

将创建的top界面大小设为500x500的代码是

top=tkinter.Tk()

top.geometry("500x500")

top.title("玛客tk课程")

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

将创建的top界面标题改成玛客tk课程的代码是?

top=tkinter.Tk()

top.geometry("1000x1000")

top.title("玛客tk课程")

6.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

在tk中创建一个a标签所用的函数是?

a=tkinter.Label()

a=tkinter.Entry()

a=tkinter.Button()

a=tkinter.Radiobutton()

a.grid()

7.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

在tk中创建一个输入框a所用的函数是?

a=tkinter.Label()

a=tkinter.Entry()

a=tkinter.Button()

a=tkinter.Radiobutton()

a.grid()

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?