What will be the output of the following Python function (random module has already been imported)?
Posted: Wed Jul 13, 2022 7:45 pm
random.choice('sun')
a) sun
b) u
c) either s, u or n
d) error
a) sun
b) u
c) either s, u or n
d) error