I have a sample function defined as follows:
def Fn(x): return x*x
I want to do the following:
Fn(Fn((Fn(2)))
Is