Applying same function to single argument multiple times

后端 未结 0 1206
太阳男子
太阳男子 2021-01-30 02:36

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题