I want a user to be able to load in a list of names (.txt file? I have no idea). I'm guessing those would be stored in a dictionary or something? Perhaps that's not even necessary.
Next, I want to randomly pull one name from that list that was loaded in by the user.
Last, is there a way to save this experience for the user to use for next time?