An integer N (1 ≤ N ≤ 10^7), representing some quantity or size.

### Example Input:

```
4
```

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