Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Create Random Names module
Python Code Challenge
177 -
Create a program that generates a list of random names and saves the list to a module. Import the module into another program and display the names in alphabetical order.
Python
Modules and Packages