Using Python, make a Name Generator program:
1. Create a Name Generator program.
2. Create 3 lists for first name, middle name, and last name with 10 items per list
3. The application will ask the user to generate a new name.
4. If yes, use a random number between 0 - 9 to randomly select items in the lists
5. Display the generated name “Congratulations! Your new name is ________”
6. If No, display the word “Thank you! ” and display all the names that user generated.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here