Разве мы не можем поставить кнопку на экране(черепаха.экран)?
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