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
13
Answer:
a None
Explanation:
right answer random.choice([2,3,4])
Answered by
8
Answer:
option 2
random, choice(2,3,41)
Similar questions