In this video we’ll create the radio buttons for our State Capital flashcard app.
In the last video we wrote some Python code using a While loop to loop through our states and randomly select 3 of them. In this video we want to bring that code back into our tkinter program and generate radio buttons of the state capitals from those selections.
Add comment