Given two integers representing the numerator and denominator of a fraction, return the fraction in string format.
math_demoimport mathprint(dir(math))print(math.ceil(-1))print(math.ceil(1.024))print(math.copysign(1,-1))print(math.fabs(-1))print(math.factorial(6)...
例如: 1009是一个素数,把它倒过来9001也是一个素数,所以我们就说1009是一个可逆素数(同理9001也是一个可逆素数)。