Computer Science, asked by s5586, 8 days ago

The built-in function randrange() belongs to ------module.

Answers

Answered by Anonymous
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