Python | sympy.is_rational method
With the help of sympy.is_rational method, we can check whether the element is rational or not this method will return the boolean value i.e True or False. Syntax : sympy.is_rational Return : Return True if rational else False. Example #1: In this example, we can see that by using sympy.is_rational