I do not understand the return value of the function below

前端 未结 0 453
醉梦人生
醉梦人生 2020-12-01 01:25
def horse(mask):
    horse = mask
    def mask(horse):
        return horse
    return horse(mask)

mask = lambda horse: horse         


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