Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Create Random Sentences module
Python Code Challenge
181 -
Write a program that generates a list of random sentences, saves the list to a module, and then imports the module into another program to display the sentences in reverse order.
Python
Modules and Packages