Write a program that takes an integer x and prints the result of the () formula, where e is a mathematical constant and x is the provided integer.
For this purpose use the function expm1() defined in the math module. It takes X as an argument and returns the result of the formula above. Read its documentation for more information.
The variable x is already defined.