You are on page 1of 1

MODULE USED

Python Random module


The Python Random module is a built-in module for
generating random integers in Python. These numbers
occur randomly and does not follow any rules or
instructuctions. We can therefore use this module to
generate random numbers, display a random item for a
list or string, and so on.

Python datetime module


In Python, date and time are not data types of their
own, but a module named DateTime in Python can be
imported to work with the date as well as time. Python
Datetime module comes built into Python, so there is
no need to install it externally.

You might also like