sympy.stats.Uniform() in Python
With the help of sympy.stats.Uniform() method, we can get the continuous random variable which represents the Uniform distribution. Syntax : sympy.stats.Uniform(name, left, right) Where, left and right are real number, -oo < left, left < right < +oo Return : Return the continuous random var