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
(a) import random
(b) random.h
(c) import.random
(d) random.random
Correct option is (a) import random
The best I can explain: The command import random is used to import the random module, which enables us to use the functions which are present in the random library.