An integer a (1 ≤ a ≤ 10).

### Example Input:

```
2
```

### Function Signature:
Write a function f(a) that takes in the input.
def f(a: int):
    '''
    a: an integer
    '''