Search Header Logo
Урок без названия

Урок без названия

Assessment

Presentation

Computers

11th Grade

Hard

Created by

Екатерина Иванова

Used 2+ times

FREE Resource

3 Slides • 0 Questions

2

web page not embeddable

ttkbootstrap · PyPI

You can open this webpage in a new tab.

3

def vopros_1():

question = Label(menu,
text ='Сколько лет было Маколею Калкину в фильме?', font='Arial 40')
question.place(x=100, y=100)
btn1 = Button(menu,
text = '8 лет', font='Arial 40', command=lambda: click())
btn1.place(x=100, y=200)
btn2 = Button(menu,
text='10 лет', font='Arial 40')
btn2.place(x=100, y=400)
btn3 = Button(menu,
text='7 лет', font='Arial 40')
btn3.place(x=100, y=600)

Show answer

Auto Play

Slide 1 / 3

SLIDE