Computer Science
Fill in the blanks:
To generate a random integer in a range, _________ function is used.
Python Data Handling
4 Likes
Answer
randint() or random.randint()
Answered By
3 Likes
Related Questions
Fill in the blanks:
To use function fabs( ), _________ module should be imported.
Fill in the blanks:
To generate a random floating number in the range 0 to 100, _________ function is used.
Fill in the blanks:
To generate a random number in a sequence of values where two values have a difference a step value, _________ function is used.
Fill in the blanks:
To use mean() function, _________ module is to be imported.