The built-in function randrange() belongs to ------module.
Answers
Answered by
4
Answer :-
The built-in function randrange () belongs to random module. randrange () function returns a random number from the given range.
You have to always import random module before using randrange() function.
Similar questions