Multiple Choice
What function call will generate a random number in the range of 1 through 6 using the random module?
A) random.randnum(1, 6)
B) random.randint(range(1-6) )
C) random.randint(1, 6)
D) random.random(1, 6)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q20: What is a count controlled loop?<br>A) It
Q21: When the step argument is a negative
Q22: What statement regarding precedence of operators is
Q23: What comparison operator is used to test
Q24: Some computer scientists argue that a while
Q26: Although the while loop can be complicated
Q27: The assignment symbol can be combined with
Q28: The not operator expects a single operand
Q29: The comparison operators are applied after addition
Q30: You are running a Python script and