Consider the following function
def add(x: int, y: int) -> int: """ Add two numbers Parameters ---------- x : int F