expression = input("Enter an arithmetic expression") result = eval(expression) print("Result:", result)