Python fractions Module
The fractions module in Python provides support for rational number arithmetic. The Fraction class in this module allows you to create fractions from integers, floats, decimal numbers, and strings, and perform arithmetic operations with them.