from fractions import Fraction num1 = Fraction(2, 7) num2 = Fraction(3, 8) print(num1 * num2) z = 1 + 1j print(z+2) print(z.conjugate())