Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Create Min Max and Average of numbers module
Python Code Challenge
173 -
Write a program that generates a list of random numbers, saves the list to a module, and then imports the module into another program to display the minimum, maximum, and average of the numbers.
Python
Modules and Packages