Computer Science, asked by nithisuguna17, 9 months ago

Which of the following is/are the correct syntax of specifying choices for a random
1) random.choice (2,3,4)
2) random, choice([2,3,41)
3) pandom, choice (2,3,4))
a) None
b) 1.2.3 are correct​

Answers

Answered by da4729204
13

Answer:

a None

Explanation:

right answer random.choice([2,3,4])

Answered by Anonymous
8

Answer:

option 2

random, choice(2,3,41)

Similar questions