One foot is equal to 12 inches. The function I(f) takes a length in feet (as input) and returns a length in inches (as output).

I(f) = 12f

What is the output of this function if the input is 6?