Please submit any final changes for you final project to gamas@ayclogic.com or chet@ayclogic.com.
- Today we made more progress on BabyNameGenerator.py.
- You homework is to make baby name generator print out all the boys or girls names even if “number_name” is greater than the number of names available:
- Create a function “print_all_names” that takes a list of names as a parameter and prints them to the screen.
- Use this function for both boy’s and girl’s names to print all the available names if the user selected more names than available.