Vidyalelo
Python · Q160

Module in Python

Programming · Python · question 160

Q160

Which of the following will never be displayed on executing print(random.choice(0: 1, 2: 3))?

A.
0
Answer
B.
1
C.
KeyError: 1
D.
none of the mentioned

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board