Vidyalelo
Python · Q71

Module in Python

Programming · Python · question 71

Q71

What will be the output of the following Python code? random.randrange(1,100,10)

A.
32
B.
67
C.
91
Answer
D.
80

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board