Quiz 11!
This quiz will test your understanding ofrandom variables.
1
Which of the following could be the output of the code below:
print(rnd.randint(0, 1, 10))
Note: This question can have more than one answers
A)
[0 0 1 0 0 1 1 0 0 0]
B)
[0 0 0 0 0 0 0 0 0 0]
C)
[0 1 1 1 1 1 0 0 0 0]
D)
[1 0 0 0 0 1 0 1 1 1]
Question 1 of 60 attempted
Get hands-on with 1200+ tech skills courses.