Skip to content

Latest commit

 

History

History
24 lines (24 loc) · 845 Bytes

File metadata and controls

24 lines (24 loc) · 845 Bytes

This is the basic python program which generate interesting facts
Built with
-Python
Module Needed
-randfacts
Purpose
The purpose of this script to get the random facts from python using randfacts module of python. Aim
The aim of the program is to generate random facts using python module {randfacts}.
Compilation Steps

Step 1: Firstly import randfacts module of python.

Step 2:Then take variable name {n} in which user give number how many facts user needed.

Step 3:Then a for loop which produce {n} interesting facts simultaneously using the loop.

Screenshot of the Python script

Awesome_Python_Scripts/BasicPythonScripts/Facts Generator/Images/Output.png

Author

Pratima Kushwaha