Vidyalelo
Python · Q42

Module in Python

Programming · Python · question 42

Q42

What will be the output of the following Python code? random.randrange(0,91,5)

A.
10
Answer
B.
18
C.
79
D.
95

Answer: Option A

Solution

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