Which of the following will never be displayed on executing print(random.choice({0: 1, 2: 3}))?
(a) 0
(b) 1
(c) KeyError: 1
(d) none of the mentioned
I had been asked this question in my homework.
This is a very interesting question from Random Module topic in division Mapping Functions and Modules of Python