what does it mean x = function_name()(x)?

后端 未结 0 1080
春和景丽
春和景丽 2020-12-03 17:26

In Python, there were few codes like below, what is meaning of second part of (x) here?

x = function_name()(x)

def function_name():
   
   def i         


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