White a function the will accept three arguments, two numbers and an operation sign among "+", "-", "/", and "x". The function should apply the operation on the two numbers and return the result to the caller. This is a basic calculator.