Quiz 11!

This quiz will test your understanding ofrandom variables.

We'll cover the following...
Technical Quiz
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]


1 / 6

In the next ...