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.
Pratima Kushwaha