What is the utility of Python standard library's math module and random module?
Answer:
math module - This module has a set of methods and constants that can be used for mathematical tasks.
random module - This module is used to generate random numbers.