Note: -
You are attempting question 9 out of 12
Which of the following is/are the correct syntax of specifying choices for a random
function:
1) random.choice(2,3,4)
2) random.choice([2,3,4])
3) random.choice((2,3,4))
a) None
b) 1, 2, 3 are correct
c) only 2
d) Both 2 and 3
Answer
OA
OB
Answers
Answered by
1
Answer:
I think both 2 and 3
...
hope it's correct
Similar questions