Exiting a loop in Tkinter

Viewed 24

I'm trying to use Tkinter in Python 3, in this loop I want the command to be executed before the next iteration of the loop, for example I want it to take day number 1 as input and after I click next I want the command to be executed then I want the code to tell me to enter day number 2, is this possible ?

0 Answers
Related