1.

What is the output of the function shown below (random module has already been imported)? random.choice('sun')

A. sun
B. u
C. either s, u or n
D. error
Answer» D. error


Discussion

No Comment Found