What is the output of the following code? def f(x): return 3*x def g(x): return 4*x print(f(g(2)))