Examveda

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

Answer: Option A


This Question Belongs to Python Program >> Module In Python

Join The Discussion

Related Questions on Module in Python