To include the use of functions which are present in the random library, we must use the option:
(a) import random
(b) random.h
(c) import.random
(d) random.random
I had been asked this question in an interview for job.
My question is taken from Random module topic in division Mapping Functions and Modules of Python