Examveda

What will be the output of the following Python function (random module has already been imported)?
random.choice('sun')

A. sun

B. u

C. either s, u or n

D. error

Answer: Option C


This Question Belongs to Python Program >> Module In Python

Join The Discussion

Related Questions on Module in Python