ject test
You are attempting question 7 out of 12
Vhich of the following is/are the correct syntax of specifying choices for a randa
unction:
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
-) only 2
d) Both 2 and 3
Answers
Answered by
3
Answer:
None of these are correct option.
Similar questions