What is random module is in python?



What is random module is in python?..

Answer / Pranay Kumar Suryavanshi

The 'random' module in Python provides various functions to generate random numbers and sequences. It includes functions like random(), randint(), choice() for generating random values.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

Will python work multiple inheritance?

1 Answers  


What are the benefits of flask?

1 Answers  


Tell us what is module and package in python?

1 Answers  


What is the dictionary in Python?

1 Answers  


Write the function f() ?

1 Answers  


What is pack in python?

1 Answers  


Explain the disadvantages of python

1 Answers  


What are negative indexes and why are they used?

4 Answers  


How to count the occurrences of a perticular element in the list?

1 Answers  


Explain the concept of closures in Python.

1 Answers  


Python or r: which one would you prefer for text analytics?

1 Answers  


What is the purpose of uuid?

1 Answers  


Categories