Tkinter Course - 1

Tkinter Course - 1

12th Grade - Professional Development

6 Qs

quiz-placeholder

Similar activities

PYTHON(LIBRARIES)

PYTHON(LIBRARIES)

12th Grade

10 Qs

Diseño Multimedia

Diseño Multimedia

Professional Development

10 Qs

Computación cuántica

Computación cuántica

University

10 Qs

Bundlers

Bundlers

Professional Development

10 Qs

IT -Cisco IOS pristup

IT -Cisco IOS pristup

12th Grade - University

10 Qs

Tkinter

Tkinter

Professional Development

9 Qs

Python Unit -6 Tkinter GUI

Python Unit -6 Tkinter GUI

University

10 Qs

ข้อสอบกลางภาค ว23104 วิทยาการคำนวณ ม.3/1 - 3/3

ข้อสอบกลางภาค ว23104 วิทยาการคำนวณ ม.3/1 - 3/3

12th Grade

10 Qs

Tkinter Course - 1

Tkinter Course - 1

Assessment

Quiz

Computers

12th Grade - Professional Development

Easy

Created by

Quizzz Ata

Used 10+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is tkinter?

A Python GUI module

A Python Scripting module

2.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Tkinter is a ___ module

3.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Tkinter is a ___ module

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Importing Tkinter

from tkinter import *

from python import tk

if Tk() in __main__ :

importaguimodule

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

TK New Window

win = Tk()

from tkinter import windows

from Desktop make Window_In_Tk()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A new label

x = label(win, text="hi").pack()

in win return Label(text="hi")