Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Create Random Numbers module
Python Code Challenge
163 -
Create a program that generates random numbers and stores them in a list. Save this list to a module, then import the module into another program and display the random numbers.
Python
Modules and Packages