Shikha saran Ответов: 1

Разве мы не можем поставить кнопку на экране(черепаха.экран)?


import turtle
wn=turtle.Screen()
wn.bgcolor("grey")
turtle.setup( width = 1365, height = 765, startx = None, starty = None)
qui=wn.Button(wn,text='quit')
wn.mainloop()



Что я уже пробовал:

i have try to search for it on internet.please help to solve it 

1 Ответов

Рейтинг:
1