Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:45 pm
by answerhappygod
random.choice('sun')
a) sun
b) u
c) either s, u or n
d) error