Computer Science, asked by abhisheksingh007226, 7 months ago

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 medhabhadana2004
3

Answer:

None of these are correct option.

Similar questions