Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Create Prime Numbers module
Python Code Challenge
168 -
Create a program that generates a list of prime numbers and saves the list to a module. Import the module into another program and display the prime numbers.
Python
Modules and Packages