Код: Выделить всё
do_stuff()
# Wait for click and DO NOT continue if user has not clicked
# When user clicks:
do_other_stuff()
end()
Буду очень признателен за любую помощь.
Подробнее здесь: https://stackoverflow.com/questions/465 ... hon-turtle
Код: Выделить всё
do_stuff()
# Wait for click and DO NOT continue if user has not clicked
# When user clicks:
do_other_stuff()
end()