In this video we’ll start working on the randomization of our State Capital Flashcard answers.
We need to generate three potential “right answers” for each state capital flash card. In this video I’ll walk you through randomizing some things. I’ll show you how to delete items from a Python list, append items to a Python list, and do some Random Shuffling of a Python list.
Add comment