The function random.randint(4) can return only one of the following values. Which?
(a) 4
(b) 3.4
(c) error
(d) 5
I had been asked this question in an interview for job.
This is a very interesting question from Random Module in section Mapping Functions and Modules of Python